summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-16 18:46:09 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-16 18:46:09 -0400
commit29ef99d750d07bf256fe99c495eb21d0b2ba11d5 (patch)
tree1c6db1ce5758a9aea4958898e62f462a266c5b40 /Makefile
parent3470d47f0a2d14cb59f004e15e554cfa29fd29d2 (diff)
Makefile: Just have `clean` target to clean 'em all.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 12acd3a..b799020 100644
--- a/Makefile
+++ b/Makefile
@@ -42,20 +42,11 @@ $(JS_DIR):
$(BUILD_DIR):
mkdir -p $(BUILD_DIR)
-clean: clean-css clean-js clean-build
-.PHONY: clean
-clean-build:
+clean:
rm -rf $(BUILD_DIR)
-.PHONY: clean-build
-
-clean-css:
- rm -rf $(CSS)
-.PHONY: clean-css
+.PHONY: clean
-clean-js:
- rm -rf $(JS_DIR)
-.PHONY: clean-js
upload: site
rsync -avz _build/ w@lyra:~/fsfi/