projects
/
~bandali
/
bndl.org
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b11ed9
)
small Makefile fixes
author
Amin Bandali
<bandali@gnu.org>
Wed, 18 Dec 2019 07:17:08 +0000
(
02:17
-0500)
committer
Amin Bandali
<bandali@gnu.org>
Wed, 18 Dec 2019 07:17:08 +0000
(
02:17
-0500)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
35f5ebb
..
2dc6d78
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,5
+1,5
@@
BASE_DIR = $(CURDIR)
-OUT_DIR = $(BASE_DIR)/site
+OUT_DIR = $(BASE_DIR)/site
/
RSYNC_PARAMS = --exclude-from='.rsync-exclude' --delete -avzP
@@
-19,3
+19,5
@@
deploy:
clean:
[ ! -d $(OUT_DIR) ] || rm -rf $(OUT_DIR)
+
+.PHONY: clean deploy