mirror of
https://github.com/jscrane/Apple1.git
synced 2024-11-25 11:30:57 +00:00
8 lines
155 B
Makefile
8 lines
155 B
Makefile
PROCESSOR_FAMILY := lm4f
|
|
BOARD := lplm4f120h5qr
|
|
# watch the CPU execute
|
|
#LOCAL_CPPFLAGS := -DCPU_DEBUG
|
|
CXXFLAGS := -fno-operator-names
|
|
|
|
include energia.mk
|