6 lines
74 B
Makefile
6 lines
74 B
Makefile
TARGET = hello_poly_fun
|
|
|
|
SRCS = hello_poly_fun.c \
|
|
|
|
include ../common.mk
|