This commit is contained in:
tavo 2025-07-01 10:52:31 -06:00
parent f2669d3740
commit 5691df5ac0

View file

@ -8,8 +8,8 @@ TEMPLATE_SRC = $(shell find templates -type f)
STATIC_SRC = $(shell find static -type f)
MIN_DST = min
TEMPLATE_DST = $(MIN)/views
STATIC_DST = $(MIN)/static
TEMPLATE_DST = $(MIN_DST)/views
STATIC_DST = $(MIN_DST)/static
all: $(BIN)