Add clean and deploy to PHONY.
This commit is contained in:
parent
fcb21621ec
commit
181426d9c7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
# Stuff for make to work make magic.
|
# Stuff for make to work make magic.
|
||||||
.DEFAULT: all
|
.DEFAULT: all
|
||||||
.SUFFIXES: .part .html
|
.SUFFIXES: .part .html
|
||||||
.PHONY: all
|
.PHONY: all clean deploy
|
||||||
.EXPORT_ALL_VARIABLES:
|
.EXPORT_ALL_VARIABLES:
|
||||||
|
|
||||||
BASE_TITLE = Recycled Cloud
|
BASE_TITLE = Recycled Cloud
|
||||||
|
|
Loading…
Reference in a new issue