6 lines
66 B
Makefile
6 lines
66 B
Makefile
|
TARGET = hello_cdda
|
||
|
|
||
|
SRCS = hello_cdda.c \
|
||
|
|
||
|
include ../common.mk
|