summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c910003..1b1ba5a 100644
--- a/Makefile
+++ b/Makefile
@@ -14,3 +14,6 @@ stop:
# assume CREATE DATABASE ded CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
populate:
mariadb -u web ded -p < populate.sql
+
+entr-run:
+ find . | entr -r go run ./cmd/web