We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0407abe commit 3a067adCopy full SHA for 3a067ad
1 file changed
Makefile
@@ -35,7 +35,7 @@ lua:
35
cp -R src/X7/KISS tmp/X7/KISS
36
cp -R src/X9/KISS tmp/X9/KISS
37
cp -R src/Horus/KISS tmp/Horus/KISS
38
- #find ./tmp/ -type f -name '*.lua' -exec sh -c './node_modules/luamin/bin/luamin --file {} > {}.tmp' \; -exec sh -c 'mv {}.tmp {} ' \;
+ find ./tmp/ -type f -name '*.lua' -exec sh -c './node_modules/luamin/bin/luamin --file {} > {}.tmp' \; -exec sh -c 'mv {}.tmp {} ' \;
39
40
.PHONY: zip
41
zip:
0 commit comments