Initial commit

This commit is contained in:
Walter Leibbrandt
2021-06-05 18:40:25 +02:00
commit 29bee0bfb1
23 changed files with 7351 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
.PHONY: deps compile test
default: deps compile test
deps:
scripts/dep.sh Olical aniseed origin/master
compile:
rm -rf lua
deps/aniseed/scripts/compile.sh
# Remove this if you only want Aniseed at compile time.
deps/aniseed/scripts/embed.sh aniseed conjure-macroexpand
test:
rm -rf test/lua
deps/aniseed/scripts/test.sh