typo
This commit is contained in:
parent
f2669d3740
commit
5691df5ac0
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue