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.
|
||||
.DEFAULT: all
|
||||
.SUFFIXES: .part .html
|
||||
.PHONY: all
|
||||
.EXPORT_ALL_VARIABLES:
|
||||
.PHONY: all clean deploy
|
||||
|
||||
PAGES = index.html
|
||||
BLOBS = assets/ services/
|
||||
|
|
Loading…
Reference in a new issue