TARGET = main # repertoire des modules AVERSIVE_DIR ?= ../.. # List C source files here. (C dependencies are automatically generated.) SRC = $(TARGET).c CFLAGS += -Wall -Werror ifneq ($(WAV),) CFLAGS += -D$(WAV) endif ######################################## -include .aversive_conf include $(AVERSIVE_DIR)/mk/aversive_project.mk