This repository has been archived on 2024-01-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
compilation/tp/tp-menhir/code/Makefile
2023-10-02 09:39:12 +02:00

9 lines
126 B
Makefile

.PHONY: all clean
all:
dune build marthe.exe
ln -sf _build/default/marthe.exe marthe
clean:
dune clean
rm -fr *~ marthe