8 lines
155 B
Makefile
8 lines
155 B
Makefile
pieuvre: main.ml lam.ml affichage.ml lexer.mll parser.mly
|
|
dune build
|
|
cp _build/default/main.exe pieuvre
|
|
chmod +w pieuvre
|
|
|
|
clean:
|
|
rm -rf _build pieuvre
|