Premier commit - Structure des fichiers

This commit is contained in:
2022-05-03 10:34:31 +02:00
commit 107cef8edd
7 changed files with 20 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
all: pieuvre
pieuvre: *.ml *.mll *.mly
ocamlbuild -yaccflag -v -lib unix main.native
ln -f -s main.native pieuvre
chmod +x pieuvre
main.byte:
ocamlbuild -yaccflag -v main.byte
byte: main.byte
.PHONY: clean test
clean:
ocamlbuild -clean
rm -f pieuvre