Project

General

Profile

Revision 340

We're ready to do a two robot autonomous recharging video with run around, aside from some docking problems. There seem to be wireless issues with three robots, however.

View differences:

Makefile
4 4
all: test
5 5

  
6 6
test: *.c ../lib/*.c 
7
	$(CC) $(CFLAGS) *.c -L../lib -o test -pthread -lrt -lwireless
7
	$(CC) $(CFLAGS) *.c -L../lib -I../lib -o test -pthread -lrt -lwireless
8 8

  
9 9
clean:
10 10
	rm *.o test ../lib/*.o

Also available in: Unified diff