8 lines
128 B
Makefile
8 lines
128 B
Makefile
TARGET = hello_vag
|
|
|
|
SRCS = hello_vag.c \
|
|
../VAG/hello_poly.vag
|
|
|
|
include ../common.mk
|
|
include ../thirdparty/nugget/common.mk \
|