Remove sky serialdump makefile and binaries

This commit is contained in:
George Oikonomou 2018-05-12 16:15:29 +01:00
parent cf8d2b6f13
commit 31ceb23f3a
4 changed files with 0 additions and 30 deletions

View File

@ -1,30 +0,0 @@
ifndef HOST_OS
ifeq ($(OS),Windows_NT)
HOST_OS := Windows
else
HOST_OS := $(shell uname)
endif
endif
ifeq ($(HOST_OS),Windows)
SERIALDUMP = serialdump-windows
endif
ifeq ($(HOST_OS),Darwin)
SERIALDUMP = serialdump-macos
endif
ifndef SERIALDUMP
# Assume Linux
SERIALDUMP = serialdump-linux
endif
all: $(SERIALDUMP)
CFLAGS += -Wall -Werror
$(SERIALDUMP): serialdump.c
$(CC) -O2 -o $@ $<
clean:
rm -f $(SERIALDUMP)

Binary file not shown.

Binary file not shown.

Binary file not shown.