Ajout du Makefile

This commit is contained in:
augustin64 2024-04-09 11:41:54 +02:00
parent 8ba594ee3d
commit 262f0364b7
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
_build
pieuvre

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
pieuvre: main.ml expr.ml affichage.ml lexer.mll parser.mly
dune build
cp _build/default/main.exe pieuvre
chmod +w pieuvre