X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=serial_console%2FMakefile;fp=serial_console%2FMakefile;h=0000000000000000000000000000000000000000;hp=f8b34131aeece9c8a1170df6de9046957af39aa7;hb=ff9137d257207a3a4b03c4f453cc1b7ce1e3cf17;hpb=a34e51d757fe52cb19de2937ae1b211894167524 diff --git a/serial_console/Makefile b/serial_console/Makefile deleted file mode 100644 index f8b3413..0000000 --- a/serial_console/Makefile +++ /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)