1
0

makefile stuffz

This commit is contained in:
dtb 2023-07-21 12:21:32 -04:00
parent df0e2431fa
commit e78afd8c2e

View File

@ -2,21 +2,12 @@
RM = rm -f RM = rm -f
generate: blah index.html subdirs generate: clean.sh
blah: blog clean.sh:
./blog sh homepage
index.html: *.m4 clean: clean.sh
m4 index.m4 >index.html sh clean.sh
subdirs:
$(MAKE) -C css
$(MAKE) -C home
$(MAKE) -C phones
$(MAKE) -C slipstream
clean:
$(RM) index.html css/index.html home/index.html phones/index.html slipstream/index.html
.PHONY: generate clean .PHONY: generate clean