X-Git-Url: http://nitlanguage.org diff --git a/examples/shoot/Makefile b/examples/shoot/Makefile index 1fbc33c..f59d81e 100644 --- a/examples/shoot/Makefile +++ b/examples/shoot/Makefile @@ -4,5 +4,9 @@ linux: mkdir -p bin ../../bin/nitc -o bin/shoot src/shoot_linux.nit +android: + mkdir -p bin + ../../bin/nitc -o bin/shoot.apk src/shoot_android.nit + clean: rm -rf bin