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