Initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user