From e8c73759dc86ea05f7a7778a94ca6ce583a1305b Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 25 Feb 2018 22:10:46 -0500 Subject: Switch back to static window sizing --- Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7f55f7b..58e7cc9 100644 --- a/Makefile +++ b/Makefile @@ -6,15 +6,6 @@ LDLIBS = -lutil all: tags $(BINS) -ingest: ingest.o winch.o - $(CC) $(LDFLAGS) ingest.o winch.o $(LDLIBS) -o $@ - -ptee: ptee.o winch.o - $(CC) $(LDFLAGS) ptee.o winch.o $(LDLIBS) -o $@ - -view: view.o winch.o - $(CC) $(LDFLAGS) view.o winch.o $(LDLIBS) -o $@ - tags: *.c ctags -w *.c @@ -42,6 +33,6 @@ chroot.tar: $(BINS) tar -c -f chroot.tar -C root bin home lib libexec usr clean: - rm -f tags *.o $(BINS) chroot.tar + rm -f tags $(BINS) chroot.tar .PHONY: all clean -- cgit 1.4.1