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