6 lines
64 B
Makefile
6 lines
64 B
Makefile
|
TARGET = hello_pad
|
||
|
|
||
|
SRCS = hello_pad.c \
|
||
|
|
||
|
include ../common.mk
|