6 lines
92 B
Makefile
6 lines
92 B
Makefile
# Hey Emacs, this is a -*- makefile -*-
|
|
|
|
BINARY = blinky
|
|
|
|
include ../common/Makefile_inc.mk
|