From b29ad0afa15f8f34f9825cadc31ee97559ebcfd7 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Fri, 22 Mar 2024 18:28:31 +0100 Subject: feat: Add metrics --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 69b82d9..874f6d3 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,5 @@ compress: build compress_into_oblivion: build upx --best --ultra-brute $(OUT) -run: sass tmpl - $(GO_RUN) $(SERVER) - +run: + $(GO_RUN) . -- cgit v1.2.3