1 # Makefile for server software
3 FLAGS = -std=c99 -Wall -pedantic -g -I../
4 #-I/usr/include/opencv -I/usr/include/opencv2/highgui For OpenCV
6 OBJ = ledtest.o filetest.o
7 HEADERS = $(wildcard *.h)
11 ar rvs actuators.a $(OBJ)
21 clean_full: #cleans up all backup files