Add Makefile, ignore result
This commit is contained in:
parent
9ac791fbf5
commit
c50489ff8d
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
.*.swp
|
||||
index.min.html
|
||||
|
|
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
IMAGES=$(wildcard *.jpg *.png)
|
||||
CSSFILES=$(wildcard *.css)
|
||||
|
||||
index.min.html: index.html $(CSSFILES) $(IMAGES)
|
||||
inliner "$<" > "$@"
|
Loading…
Reference in a new issue