makefile stuffz
This commit is contained in:
parent
df0e2431fa
commit
e78afd8c2e
@ -2,21 +2,12 @@
|
||||
|
||||
RM = rm -f
|
||||
|
||||
generate: blah index.html subdirs
|
||||
generate: clean.sh
|
||||
|
||||
blah: blog
|
||||
./blog
|
||||
clean.sh:
|
||||
sh homepage
|
||||
|
||||
index.html: *.m4
|
||||
m4 index.m4 >index.html
|
||||
|
||||
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
|
||||
clean: clean.sh
|
||||
sh clean.sh
|
||||
|
||||
.PHONY: generate clean
|
||||
|
Loading…
Reference in New Issue
Block a user