tame/src/current/Makefile

13 lines
102 B
Makefile
Raw Normal View History

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