8 lines
111 B
Makefile
8 lines
111 B
Makefile
# Hey Emacs, this is a -*- makefile -*-
|
|
|
|
BINARY = blinky
|
|
|
|
SRC = $(BINARY).c
|
|
|
|
include ../common/Makefile_inc.mk
|