summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4425037..168ff4b 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ db-clean:
@rm -rf tmp/postgres tmp/postgres.log
clean: db-clean
- @rm -f $(AUTHZD_BIN) $(SPARKLED_BIN)
+ @rm -f $(AUTHZD_BIN) $(SPARKLED_BIN) Procfile Procfile.dev
@go clean -testcache
setup: