]> rtime.felk.cvut.cz Git - mirosot.git/blob - bluez_test/Makefile
Added bluez_test applications.
[mirosot.git] / bluez_test / Makefile
1 CFLAGS=-Wall -g
2
3 all: hcitest l2captest
4
5 # Vymaz implicitni pravidlo
6 %: %.c
7
8 %: %.o
9         gcc -o $@ $^ -lbluetooth
10 #       scp $@ steelbar:/home/wsh/bin