8 lines
111 B
Makefile
8 lines
111 B
Makefile
|
TARGET = hello_multivag
|
||
|
|
||
|
SRCS = hello_multivag.c \
|
||
|
../VAG/hello.vag \
|
||
|
../VAG/poly.vag \
|
||
|
|
||
|
include ../common.mk
|