Project

General

Profile

Revision 182

Wireless analysis done for up to 5 robots.

View differences:

Makefile
4 4
all: logger
5 5

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

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

Also available in: Unified diff