5 lines
69 B
Makefile
5 lines
69 B
Makefile
|
|
C_SOURCES := main.c
|
||
|
|
CFLAGS_EXTRAS := -mthumb
|
||
|
|
|
||
|
|
include Makefile.rules
|