to github
[svn42.git] / serial_console / Makefile
diff --git a/serial_console/Makefile b/serial_console/Makefile
deleted file mode 100644 (file)
index f8b3413..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-TARGET1:=serial
-TARGET2:=usocket
-TARGET3:=sample_sensors
-CFLAGS:= -Wall
-
-all: $(TARGET1) $(TARGET2) $(TARGET3)
-
-.PHONY: clean all
-
-clean: 
-       rm -f $(TARGET1) $(TARGET2) $(TARGET3)