merge
[aversive.git] / projects / microb2010 / tests / oa / Makefile
1 TARGET = main
2
3 # repertoire des modules
4 AVERSIVE_DIR = ../../../..
5
6 SRC  = $(TARGET).c
7
8 ASRC = 
9
10 CFLAGS += -Wall -Werror
11
12 ########################################
13
14 -include .aversive_conf
15 include $(AVERSIVE_DIR)/mk/aversive_project.mk
16