pieuvre/Makefile

8 lines
164 B
Makefile
Raw Normal View History

pieuvre: main.ml proof.ml lam.ml affichage.ml lexer.mll parser.mly
2024-04-09 11:41:54 +02:00
dune build
cp _build/default/main.exe pieuvre
chmod +w pieuvre
2024-04-16 14:24:06 +02:00
clean:
rm -rf _build pieuvre