From: ksg Date: Thu, 23 Jun 2016 02:50:40 +0000 (-0700) Subject: mkfile fix X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fwebcc.git;a=commitdiff_plain;h=316c9f0104d2f01fcd7c6f4985b3f9c860288c25 mkfile fix --- 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)