9 lines
157 B
Makefile

# Hey Emacs, this is a -*- makefile -*-
BINARY = blinky
SRC = $(BINARY).c
LDSCRIPT = ../common/LPC4330_M4_rom_to_ram.ld
include ../common/Makefile_inc.mk