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