Project

General

Profile

Revision 897

Added by Chris Mar over 15 years ago

code for server with xbee dongle to control robot running slave code

View differences:

Makefile
4 4
all: test
5 5

  
6 6
test: *.c ../lib/*.c 
7
	$(CC) $(CFLAGS) *.c -L../lib -o test -lwireless -lpthread
7
	$(CC) $(CFLAGS) *.c -L../lib -o test -lwireless -lpthread -lncurses
8 8

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

Also available in: Unified diff