7 lines
87 B
Makefile
7 lines
87 B
Makefile
TARGET = hello_vag
|
|
|
|
SRCS = hello_vag.c \
|
|
../VAG/hello_poly.vag
|
|
|
|
include ../common.mk
|