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

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