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