menhir-stat/Makefile

8 lines
96 B
Makefile

TARGETS=stat_lexer.exe stat_parser.exe
all:
dune build $(TARGETS)
$(TARGETS):
dune build $@