12 lines
106 B
Makefile
12 lines
106 B
Makefile
|
|
TARGET=test_lib
|
|
|
|
all: build
|
|
|
|
include ../makefile.inc
|
|
|
|
|
|
test: install
|
|
adb shell $(DEVICE_DIR)/$(TARGET)
|
|
|