39b2261758
!forgot, that the §-sign was not in Codepage 437 (The input is no longer offset while holding the shift button) +Added modifier key support
13 lines
191 B
Text
13 lines
191 B
Text
MODE = debug
|
|
#MODE = release # enables optimization
|
|
|
|
#PREFIX =
|
|
PREFIX = i686-elf-
|
|
|
|
ifeq ($(MODE),debug)
|
|
CFLAGS += -g3 -DDEBUG
|
|
CPPFLAGS += -g3 -DDEBUG
|
|
else
|
|
# CFLAGS +=
|
|
# CPPFLAGS +=
|
|
endif
|