From 5691df5ac055d72dec3953396c62276e1a556f02 Mon Sep 17 00:00:00 2001 From: tavo Date: Tue, 1 Jul 2025 10:52:31 -0600 Subject: [PATCH] typo --- examples/fullstack/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/fullstack/Makefile b/examples/fullstack/Makefile index 2ce95b9..7fc4d9b 100644 --- a/examples/fullstack/Makefile +++ b/examples/fullstack/Makefile @@ -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)