pieuvre/Makefile
2024-04-09 11:41:54 +02:00

5 lines
125 B
Makefile

pieuvre: main.ml expr.ml affichage.ml lexer.mll parser.mly
dune build
cp _build/default/main.exe pieuvre
chmod +w pieuvre