mkfile fix
authorksg <ken@mihrtec.com>
Thu, 23 Jun 2016 02:48:20 +0000 (19:48 -0700)
committerksg <ken@mihrtec.com>
Thu, 23 Jun 2016 02:48:20 +0000 (19:48 -0700)
src/Makefile

index cd6d638..b46b422 100644 (file)
@@ -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)