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