mirror of
https://github.com/jscrane/Apple1.git
synced 2024-11-22 06:31:37 +00:00
7 lines
122 B
Makefile
7 lines
122 B
Makefile
PROCESSOR_FAMILY := lm4f
|
|
BOARD := lplm4f120h5qr
|
|
# watch the CPU execute
|
|
LOCAL_CPPFLAGS := -DCPU_DEBUG
|
|
|
|
include energia.mk
|