makefile stuffz
This commit is contained in:
parent
df0e2431fa
commit
e78afd8c2e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user