diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2013-12-05 18:54:47 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2013-12-05 18:54:47 +0100 |
commit | 6973d36261d8030c4836a8e25a0e95c19476978e (patch) | |
tree | f23e1ae9dd065050b91fa25f32127c23276a8261 /src | |
parent | bfb562d7c734f76811314773ea248d9f781a2510 (diff) | |
download | LPC-Projet-6973d36261d8030c4836a8e25a0e95c19476978e.tar.gz LPC-Projet-6973d36261d8030c4836a8e25a0e95c19476978e.zip |
Rien.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 4f15695..30526f5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -10,3 +10,5 @@ main.byte: main.ml ast.ml parser.mly lexer.mll pretty.ml clean: rm -r _build + rm main.byte + rm $(BIN) |