c05564c4d8
Android 13
9 lines
147 B
Makefile
Executable file
9 lines
147 B
Makefile
Executable file
CFLAGS += -I$(CURDIR)
|
|
|
|
TEST_GEN_PROGS := load_unaligned_zeropad
|
|
|
|
top_srcdir = ../../../../..
|
|
include ../../lib.mk
|
|
|
|
$(TEST_GEN_PROGS): ../harness.c
|