aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-11-19 19:33:05 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2015-11-19 19:33:05 +0100
commit937040944ffdf7819b7ce7bee23a3d346718c0e4 (patch)
treedb408e56ae414db637b1e58717d99bceda2cfcd5 /Makefile
parent46f5784e3acb277aab44217e2521625ffe043d35 (diff)
downloadesp-playground-937040944ffdf7819b7ce7bee23a3d346718c0e4.tar.gz
esp-playground-937040944ffdf7819b7ce7bee23a3d346718c0e4.tar.bz2
esp-playground-937040944ffdf7819b7ce7bee23a3d346718c0e4.tar.xz
esp-playground-937040944ffdf7819b7ce7bee23a3d346718c0e4.zip
Major refactoring, splitting stuff into separate files.HEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0471eae..c23a003 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,9 @@ all:
compile-%:
@$(MAKE) -j 8 $(patsubst %.lua,%.lc,$(wildcard $(patsubst compile-%,%,$@)/*.lua))
+clean-%:
+ rm -f $(wildcard $(patsubst clean-%,%,$@)/*.lc)
+
upload-%:
@$(MAKE) $(patsubst upload-%,compile-%,$@)
./upload.sh $(patsubst upload-%,%,$@)