summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6480614..7f67abe 100644
--- a/Makefile
+++ b/Makefile
@@ -18,3 +18,9 @@ vet:
test:
go test ${TEST_OPTS} ${MOD}/db ${MOD}/feed ${MOD}/file ${MOD}/schema
.PHONY: test
+
+clean:
+ go clean
+ rm -f fern-*
+ rm -f Makefile.dist*
+.PHONY: clean