Project

General

Profile

Revision 205

Makefile!

View differences:

trunk/code/projects/libwireless/test/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 -o test -lwireless
8 8

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

Also available in: Unified diff