6 lines
72 B
Makefile
6 lines
72 B
Makefile
ROOT=..
|
|
BINARY=blink
|
|
OBJS=blink.o
|
|
LIB_OBJS=
|
|
|
|
include $(ROOT)/example.mk
|