summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-12-22 22:17:44 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-12-22 22:17:44 -0600
commit726876d42270f8974fd495be91127ea7585472ff (patch)
treecfd6f6c32e1d6e97144e326092ae091a3e6f2795 /Makefile
parent8fd93fad84e043def785e594b4745e56c88c5d48 (diff)
downloadggj25-726876d42270f8974fd495be91127ea7585472ff.tar.gz
ggj25-726876d42270f8974fd495be91127ea7585472ff.tar.bz2
ggj25-726876d42270f8974fd495be91127ea7585472ff.zip
Get things working
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 27b26ca..9bb3753 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,7 @@ $(test_moon) : spec/%.lua : src/%.moon
$(MOONC) -p $< > $@
$(built_js) : data/%.lua : src/%.js
+ npx jshint $<
echo "return [=====[" > $@
cat $< >> $@
echo "]=====]" >> $@