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-reduce-reduce/functions-multiple-arguments/Makefile
2023-10-23 16:00:15 +02:00

11 lines
135 B
Makefile

.PHONY: all clean
MAIN=fun
all:
dune build $(MAIN).exe
ln -sf _build/default/$(MAIN).exe $(MAIN)
clean:
dune clean
rm -fr *~ l1