p7zip/CPP/ANDROID/Format7zFree/makefile
2017-10-11 12:35:36 +02:00

11 lines
124 B
Makefile

TARGET=lib7z.so
all: build
include ../makefile.inc
install::
adb shell mv $(DEVICE_DIR)/$(TARGET) $(DEVICE_DIR)/7z.so