1
0
Fork 0

_includes => includes

website
Mike Gerwitz 2011-12-28 19:26:48 -05:00
parent cb9fbacd8f
commit eeb3f89c56
4 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# Builds website
#
header := _includes/header.html
footer := _includes/footer.html
header := includes/header.html
footer := includes/footer.html
input_html := $(wildcard *.html)
input_images := $(wildcard images/*.png)