I hate make

This commit is contained in:
Michael Gregson 2009-03-10 23:56:59 -04:00
parent 43f53b4f00
commit 6c8f0554d1
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ $(OUTDIR)%.html: %.html
$(OUTDIR)%.cgi: %.cgi $(OUTDIR)%.cgi: %.cgi
cp -f $< $@ cp -f $< $@
$(OUTDIR).htaccess: $(OUTDIR).htaccess:
cp -f $< $@ cp -f .htaccess $@
$(OUTDIR)%.ico: %.ico $(OUTDIR)%.ico: %.ico
cp -f $< $@ cp -f $< $@
$(OUTDIR)%.css: %.css $(OUTDIR)%.css: %.css