diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -1,2 +1,3 @@ bin gen +classes @@ -1,4 +1,4 @@ -SDK=../android-sdk-linux +SDK=$(shell sed -ne 's/sdk.dir=//p' local.properties) DX=$(SDK)/platform-tools/dx ADB=$(SDK)/platform-tools/adb @@ -28,4 +28,4 @@ bin/AltosDroid-release.apk: $(SRC) ant release clean: - ant clean
\ No newline at end of file + ant clean |