]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/capps/TestPrintf/Makefile
initial checkin of tosthreads related apps
[tinyos-2.x.git] / apps / tosthreads / capps / TestPrintf / Makefile
diff --git a/apps/tosthreads/capps/TestPrintf/Makefile b/apps/tosthreads/capps/TestPrintf/Makefile
new file mode 100644 (file)
index 0000000..11976e4
--- /dev/null
@@ -0,0 +1,4 @@
+TOSTHREAD_MAIN=TestPrintf.c
+CFLAGS += -I$(TOSDIR)/lib/tosthreads/lib/printf
+
+include $(MAKERULES)