examples: delete the `shoot` game
[nit.git] / examples / shoot / Makefile
diff --git a/examples/shoot/Makefile b/examples/shoot/Makefile
deleted file mode 100644 (file)
index f59d81e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-default: linux
-
-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