Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / mapping / python / Makefile @ 1390

History | View | Annotate | Download (258 Bytes)

1 902 tachim
CC=gcc
2 932 tachim
CFLAGS=-W -Wall -lpthread
3 902 tachim
INCS=-I../../libwireless/lib
4
COMPS=../../libwireless/lib
5 918 tachim
DEFS=-DWL_DEBUG -DXBEE_SPECIAL
6 902 tachim
7
8
server : clean
9 918 tachim
	$(CC) $(CFLAGS) $(INCS) $(DEFS) ../../libwireless/lib/*.c server.c netserv.c robots.c -o server
10 902 tachim
11
clean :
12 1390 chihsiuh
	rm -f server