tame/src/current/Makefile

13 lines
102 B
Makefile

.PHONY: all dslc clean html
all:
html:
dslc:
$(MAKE) -C src/ dslc
clean:
$(MAKE) -C src/ clean