7 lines
107 B
Makefile
7 lines
107 B
Makefile
|
TARGET = hello_cube
|
||
|
|
||
|
SRCS = hello_cube.c \
|
||
|
|
||
|
include ../common.mk
|
||
|
include ../thirdparty/nugget/common.mk \
|