From 01017b1f61393d4135afc5fede73e71d78fa7b28 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 11 Feb 2024 13:32:11 +0000 Subject: Adds entr command to re-run run command --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3