Small Socket<->Terminal and Serial<->Terminal Tool
[svn42.git] / serial_console / Makefile
diff --git a/serial_console/Makefile b/serial_console/Makefile
new file mode 100644 (file)
index 0000000..15c62c6
--- /dev/null
@@ -0,0 +1,10 @@
+TARGET1:=serial
+TARGET2:=usocket
+CFLAGS:= -Wall
+
+all: $(TARGET1) $(TARGET2)
+
+.PHONY: clean all
+
+clean: 
+       rm -f $(TARGET1) $(TARGET2)
\ No newline at end of file