aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-10-15 19:44:08 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2015-10-15 19:44:08 +0200
commit446931c5f5d09a62e167c1754fbe17773eaae6a4 (patch)
tree2e08d6045a83a9957d721c3b3bcdf04bfee9a030 /Makefile
parent81a276ab7840d6f9c64da80fe5d3bad88fb99b83 (diff)
downloadesp-playground-446931c5f5d09a62e167c1754fbe17773eaae6a4.tar.gz
esp-playground-446931c5f5d09a62e167c1754fbe17773eaae6a4.tar.bz2
esp-playground-446931c5f5d09a62e167c1754fbe17773eaae6a4.tar.xz
esp-playground-446931c5f5d09a62e167c1754fbe17773eaae6a4.zip
wip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d33b461..0471eae 100644
--- a/Makefile
+++ b/Makefile
@@ -9,5 +9,5 @@ compile-%:
@$(MAKE) -j 8 $(patsubst %.lua,%.lc,$(wildcard $(patsubst compile-%,%,$@)/*.lua))
upload-%:
-# @$(MAKE) $(patsubst upload-%,compile-%,$@)
+ @$(MAKE) $(patsubst upload-%,compile-%,$@)
./upload.sh $(patsubst upload-%,%,$@)