X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=serial_console%2FMakefile;h=f8b34131aeece9c8a1170df6de9046957af39aa7;hp=15c62c65bd69f85e626ab7c02f7ccfc11cb8dc70;hb=a34e51d757fe52cb19de2937ae1b211894167524;hpb=b339ede7f462ec30fd9a0487b50949a63801be9b diff --git a/serial_console/Makefile b/serial_console/Makefile index 15c62c6..f8b3413 100644 --- a/serial_console/Makefile +++ b/serial_console/Makefile @@ -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)