TARGET = main AVERSIVE_DIR ?= ../.. # List C source files here. (C dependencies are automatically generated.) SRC = $(TARGET).c SRC += xbee_user.c SRC += spi_servo.c SRC += commands.c SRC += commands_gen.c SRC += rc_proto.c SRC += callout.c SRC += parse_neighbor.c SRC += parse_atcmd.c SRC += parse_monitor.c SRC += cmdline.c SRC += beep.c SRC += eeprom_config.c CFLAGS += -W -Wall -Werror ######################################## -include .aversive_conf include $(AVERSIVE_DIR)/mk/aversive_project.mk