summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-08-01 14:59:53 -0600
committermo khan <mo@mokhan.ca>2025-08-01 14:59:53 -0600
commitc24d9e9005a74a06627f97e0fa1b32992721e5f6 (patch)
tree285a826894836001d6c2f1700ce59501db9b61af /Makefile
parent26b556aea4d548ff4236b94505c6ca9ab42add8e (diff)
chore: remove Procfile
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: