From c51fb8cc8b850b4915e083d0dd2c30d79f8b632e Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sun, 13 Aug 2023 21:36:42 +0200 Subject: feat: Add (yet again) crude album implementation This is a initial UI album implementation. This should cover the most basic album navigation. This is still plenty to do :) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 743c0fd..76c271a 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ compress: build compress_into_oblivion: build upx --best --ultra-brute $(OUT) -run: sass +run: sass tmpl $(GO_RUN) $(SERVER) \ --db-type=$(DB_TYPE) \ --db-con="$(DB_CON)" \ -- cgit v1.2.3