Add Makefile, ignore result

This commit is contained in:
Jan Dittberner 2016-06-26 16:47:32 +02:00
parent 9ac791fbf5
commit c50489ff8d
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.*.swp
index.min.html

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
IMAGES=$(wildcard *.jpg *.png)
CSSFILES=$(wildcard *.css)
index.min.html: index.html $(CSSFILES) $(IMAGES)
inliner "$<" > "$@"