This repository has been archived on 2024-01-18. You can view files and clone it, but cannot push or open issues or pull requests.
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