From 3b9d27649a31e5af3fb137ff5b3378e7b8f7b9ae Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sat, 22 Jul 2023 18:45:59 +0200 Subject: feat: Add user management As many things it is on crude state. The settings.go has become a big mess, but I have achieve MVP, so from now one things shall improve as I'll spent more time on refactoring. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bd7d016..d9e89cc 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,8 @@ sass: --style compressed tmpl: - qtc -dir=./templates + cd ./templates && \ + qtc * test: test.unit test.integration -- cgit v1.2.3