nolibgs_hello_worlds/hello_multi_vag/Makefile

16 lines
273 B
Makefile
Raw Permalink Normal View History

2021-08-14 17:12:12 +02:00
TARGET = hello_multi_vag
2021-08-14 16:56:32 +02:00
2021-08-14 17:12:12 +02:00
SRCS = hello_multi_vag.c \
2021-08-14 16:56:32 +02:00
../VAG/hello.vag \
../VAG/poly.vag \
../VAG/0_come.vag \
../VAG/1_cuek.vag \
../VAG/2_erro.vag \
../VAG/3_hehe.vag \
../VAG/4_m4a1.vag \
../VAG/5_punc.vag \
../VAG/7_wron.vag \
../VAG/8_yooo.vag \
include ../common.mk