force "rising" variable to be 0 or 1
[protos/rc_servos.git] / Makefile
1 TARGET = main
2
3 AVERSIVE_DIR ?= ../..
4
5 # List C source files here. (C dependencies are automatically generated.)
6 SRC = $(TARGET).c
7
8 CFLAGS += -W -Wall -Werror
9
10 ########################################
11
12 -include .aversive_conf
13 include $(AVERSIVE_DIR)/mk/aversive_project.mk