view projects/IcedRobot_DalvikVM_libdex/Makefile @ 0:49d687bd1401

Initial build templates and directory structure.
author Mario Torre <neugens.limasoftware@gmail.com>
date Wed, 16 Feb 2011 01:44:41 +0100
parents
children
line wrap: on
line source

# all
all: libdex.so

# clean
clean:
	ant -Dbuild.target=libdex -f ../../make/build.xml clean

libdex.so:
	ant -Dbuild.target=libdex -f ../../make/build.xml