oa 2010
[aversive.git] / projects / microb2010 / tests / oa / Makefile
diff --git a/projects/microb2010/tests/oa/Makefile b/projects/microb2010/tests/oa/Makefile
new file mode 100644 (file)
index 0000000..dfdae06
--- /dev/null
@@ -0,0 +1,16 @@
+TARGET = main
+
+# repertoire des modules
+AVERSIVE_DIR = ../../../..
+
+SRC  = $(TARGET).c
+
+ASRC = 
+
+CFLAGS += -Wall -Werror
+
+########################################
+
+-include .aversive_conf
+include $(AVERSIVE_DIR)/mk/aversive_project.mk
+