summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/