diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2015-11-19 19:33:05 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2015-11-19 19:33:05 +0100 |
commit | 937040944ffdf7819b7ce7bee23a3d346718c0e4 (patch) | |
tree | db408e56ae414db637b1e58717d99bceda2cfcd5 /Makefile | |
parent | 46f5784e3acb277aab44217e2521625ffe043d35 (diff) | |
download | esp-playground-937040944ffdf7819b7ce7bee23a3d346718c0e4.tar.gz esp-playground-937040944ffdf7819b7ce7bee23a3d346718c0e4.tar.bz2 esp-playground-937040944ffdf7819b7ce7bee23a3d346718c0e4.tar.xz esp-playground-937040944ffdf7819b7ce7bee23a3d346718c0e4.zip |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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-%,%,$@) |