Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / colonet / robot / joystick / keyboard_control / Makefile @ 1354

History | View | Annotate | Download (217 Bytes)

1 1354 cmar
CC = gcc
2
CFLAGS = -Wall -g
3
4
all: keyboard
5
6
test: *.c ../../libwireless/lib/*.c
7
	$(CC) $(CFLAGS) *.c -L../../libwireless/lib -o test -DWL_DEBUG -lwireless -lpthread -lncurses -ggdb
8
9
clean:
10
	rm -f *.o test ../lib/*.o