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)