blob: bf471b494268f98ee407c9045319ab943da2ef74 [file] [log] [blame]
all:
make -C rmidevice all
make -C rmi4update all
make -C rmihidtool all
clean:
make -C rmidevice clean
make -C rmi4update clean
make -C rmihidtool clean
android:
ndk-build NDK_APPLICATION_MK=Application.mk
android-clean:
ndk-build NDK_APPLICATION_MK=Application.mk clean