src/current/Makefile (all, html): Phony targets

Standardization for recursive make.  This Makefile will
go away at some point anyway.
master
Mike Gerwitz 2020-07-14 10:56:24 -04:00
parent 1fbcededa8
commit 79c4116190
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
.PHONY: dslc clean
.PHONY: all dslc clean html
all:
html:
dslc:
$(MAKE) -C src/ dslc