aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-10-15 23:56:50 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-10-15 23:57:30 -0400
commitbd6f2159931b5877922efed11f7ea9c54b172379 (patch)
tree12bca5fbf677a0d0146686128cdcb39800536206 /Makefile
parent9b6e79c40b98d8e36e4b7f5e1cc6f6a9f0feabbc (diff)
Add authentication middlewaredashboard
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45282a3..6ee92d1 100644
--- a/Makefile
+++ b/Makefile
@@ -20,5 +20,5 @@ info:
@echo "BIN: $(BIN)"
@echo "SERVICE: $(SERVICE)"
-nonsense-time: nonsense-time.go $(wildcard api/*.go) $(wildcard dashboard/*.go) $(wildcard util/*.go)
+nonsense-time: nonsense-time.go $(wildcard api/*.go) $(wildcard dashboard/*.go) $(wildcard util/*.go) $(wildcard db/*.go) $(wildcard middleware/*.go)
go build .