From 7029fcc1b6e13fda1fd93985498cfdfeb45c346a Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 20 Aug 2018 17:28:17 +0200 Subject: [PATCH] Updated makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a86a40d..7af4ea4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ .PHONY: www/js/escalator.js www/js/escalator.js: $(shell find src -name "*.js") + mkdir -p www/js cat \ src/open.js \ src/box.js \