mirror of
https://github.com/jscrane/Apple1.git
synced 2025-01-02 12:31:08 +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
|