to github
[svn42.git] / serial_console / Makefile
index 15c62c6..f8b3413 100644 (file)
@@ -1,10 +1,11 @@
 TARGET1:=serial
 TARGET2:=usocket
+TARGET3:=sample_sensors
 CFLAGS:= -Wall
 
-all: $(TARGET1) $(TARGET2)
+all: $(TARGET1) $(TARGET2) $(TARGET3)
 
 .PHONY: clean all
 
 clean: 
-       rm -f $(TARGET1) $(TARGET2)
\ No newline at end of file
+       rm -f $(TARGET1) $(TARGET2) $(TARGET3)