Project

General

Profile

Revision 1509

Added by John Sexton over 14 years ago

Cleaned up the Circle behavior folder in the "formation_control" folder. Now compiles correctly with the current version of the repository library.

View differences:

Makefile
4 4

  
5 5
# Relative path to the root directory (containing lib directory)
6 6
ifndef COLONYROOT
7
COLONYROOT = ../..
7
COLONYROOT = ../../..
8 8
endif
9 9

  
10 10
# Target file name (without extension).
11
TARGET = template
11
TARGET = circle
12 12

  
13 13
# Uncomment this to use the wireless library
14 14
USE_WIRELESS = 1

Also available in: Unified diff