9 lines
152 B
Makefile
9 lines
152 B
Makefile
TARGET = hello_multivag
|
|
|
|
SRCS = hello_multivag.c \
|
|
../VAG/hello.vag \
|
|
../VAG/poly.vag \
|
|
|
|
include ../common.mk
|
|
include ../thirdparty/nugget/common.mk \
|