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