p7zip/CPP/ANDROID/Format7zFree/makefile

11 lines
124 B
Makefile
Raw Normal View History

2017-10-11 12:35:36 +02:00
TARGET=lib7z.so
all: build
include ../makefile.inc
install::
adb shell mv $(DEVICE_DIR)/$(TARGET) $(DEVICE_DIR)/7z.so