Files
Nic Limper d2e2c619b3 small fixes
small fixes to be also compatible for compiling in Windows
2023-01-28 00:23:16 +01:00

9 lines
205 B
Makefile

FLAGS += -Icpu/8051
FLAGS += -mmcs51 --std-sdcc2x --opt-code-size --peep-file cpu/8051/peep.def --fomit-frame-pointer
SOURCES += cpu/8051/asmUtil.c
CC = sdcc
TARGETS = main.ihx main.bin
OBJFILEEXT = rel