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