Cleanup unused variables in Makefile. More Nyll.
This commit is contained in:
parent
39ba01f018
commit
a807c58b41
1 changed files with 1 additions and 4 deletions
5
Makefile
5
Makefile
|
@ -1,8 +1,5 @@
|
||||||
# Stuff for make to work make magic.
|
# Stuff for make to work make magic.
|
||||||
.DEFAULT: all
|
.PHONY: all clean deploy
|
||||||
.SUFFIXES: .part .html
|
|
||||||
.PHONY: all
|
|
||||||
.EXPORT_ALL_VARIABLES:
|
|
||||||
|
|
||||||
PAGES = index.html
|
PAGES = index.html
|
||||||
BLOBS = assets/ services/
|
BLOBS = assets/ services/
|
||||||
|
|
Loading…
Reference in a new issue