move set_output() in main loop
[beacon-rx-433.git] / Makefile
1 TARGET = main
2
3 # repertoire des modules
4 AVERSIVE_DIR ?= ../..
5
6 # List C source files here. (C dependencies are automatically generated.)
7 SRC = $(TARGET).c
8
9 CFLAGS += -Wall -Werror
10 ifneq ($(WAV),)
11 CFLAGS += -D$(WAV)
12 endif
13
14 ########################################
15
16 -include .aversive_conf
17 include $(AVERSIVE_DIR)/mk/aversive_project.mk