X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=serial_console%2FMakefile;h=f8b34131aeece9c8a1170df6de9046957af39aa7;hb=8d8a2269a1d6e35085fb73f39dc2488216961f3f;hp=15c62c65bd69f85e626ab7c02f7ccfc11cb8dc70;hpb=b339ede7f462ec30fd9a0487b50949a63801be9b;p=svn42.git 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)