summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f7412b5..d381bbf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
dst_readme := tangle.sh merge.sh pull.sh link.sh dots.sh
-.PHONY: merge install link tangle fetch pull
+.PHONY: merge install link tangle fetch pull clean
merge: tangle/merge.sh
tangle/merge.sh
@@ -10,6 +10,9 @@ install: tangle link
tangle: tangle/tangle.sh
tangle/tangle.sh
+clean:
+ rm hash/*
+
link: tangle/link.sh
tangle/link.sh