6 lines
66 B
Makefile
6 lines
66 B
Makefile
|
TARGET = hello_poly
|
||
|
|
||
|
SRCS = hello_poly.c \
|
||
|
|
||
|
include ../common.mk
|