]> rtime.felk.cvut.cz Git - mirosot.git/blobdiff - bluez_test/Makefile
Added bluez_test applications.
[mirosot.git] / bluez_test / Makefile
diff --git a/bluez_test/Makefile b/bluez_test/Makefile
new file mode 100644 (file)
index 0000000..13390e8
--- /dev/null
@@ -0,0 +1,10 @@
+CFLAGS=-Wall -g
+
+all: hcitest l2captest
+
+# Vymaz implicitni pravidlo
+%: %.c
+
+%: %.o
+       gcc -o $@ $^ -lbluetooth
+#      scp $@ steelbar:/home/wsh/bin