c05564c4d8
Android 13
10 lines
128 B
Makefile
Executable file
10 lines
128 B
Makefile
Executable file
TEST_GEN_PROGS := test-vphn
|
|
|
|
CFLAGS += -m64
|
|
|
|
top_srcdir = ../../../../..
|
|
include ../../lib.mk
|
|
|
|
$(TEST_GEN_PROGS): ../harness.c
|
|
|