]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/sdk/c/blip/driver/vty/Makefile
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / support / sdk / c / blip / driver / vty / Makefile
diff --git a/support/sdk/c/blip/driver/vty/Makefile b/support/sdk/c/blip/driver/vty/Makefile
new file mode 100644 (file)
index 0000000..69bf9a7
--- /dev/null
@@ -0,0 +1,6 @@
+
+test_SOURCE=test_srv.c vty.c util.c ../logging.c
+CFLAGS=-I.. -g
+
+test: $(test_SOURCE)
+       gcc $(test_SOURCE) -o $@ $(CFLAGS)
\ No newline at end of file