mirror of
https://github.com/jscrane/Apple1.git
synced 2024-11-22 06:31:37 +00:00
7 lines
150 B
Makefile
7 lines
150 B
Makefile
PROCESSOR_FAMILY := lm4f
|
|
BOARD := lplm4f120h5qr
|
|
CPPFLAGS := -DDEBUGGING -DHARDWARE_H=\"hw/lm4f-utft-sd.h\"
|
|
LIBRARIES := UTFT SD
|
|
|
|
include energia10.mk
|