From 316c9f0104d2f01fcd7c6f4985b3f9c860288c25 Mon Sep 17 00:00:00 2001 From: ksg Date: Wed, 22 Jun 2016 19:50:40 -0700 Subject: [PATCH] mkfile fix --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index b46b422..7cf0c1f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -95,7 +95,7 @@ scrub: clean $(SCRUB_RULES) #construct list of move rules for each HTML item .PHONY: $(HTML) $(HTML): - @mkdir -p ../dist/bin/jasm + @mkdir -p ../dist/bin/jasm/js @cp -f html/$@ ../dist/bin/jasm/$@ #move js/html files move: $(HTML) -- 2.18.0