Files
gt3b/Makefile
2011-05-11 12:15:24 +02:00

21 lines
318 B
Makefile

PROGRAM = gt3b
SRCC = task.c main.c ppm.c lcd.c input.c buzzer.c timer.c eeprom.c config.c calc.c menu.c
INTRS = vector.c
SMODE =
#SMODE = l
LIBS =
#LIBS = libfs0.sm8
DEBUG =
DEBUG = +debug
#DEBUG = +debug -no
VERBOSE =
#VERBOSE = -v
ENDMEMORY = 0x5ff
STACK = 0x7ff
include Makefile.toolset
include Makefile.stm8