6 lines
68 B
Makefile
6 lines
68 B
Makefile
TARGET = hello_light
|
|
|
|
SRCS = hello_light.c \
|
|
|
|
include ../common.mk
|