From db6dd292499cb8f824d951c3734e305e0cc4470d Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 11 Nov 2019 20:22:09 +0100 Subject: removed obsolete textify tool Signed-off-by: Toni Uhlig --- Makefile | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ce4d66a..c13c337 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ CFLAGS := -O2 -g -Wall -ffunction-sections -fdata-sections -ffast-math -fomit-fr LDFLAGS := RM := rm -rf -TARGETS := aes asciihexer dummyshell suidcmd ascii85 textify progressbar +TARGETS := aes asciihexer dummyshell suidcmd ascii85 progressbar ifneq ($(strip $(MAKE_NCURSES)),) TARGETS += gol @@ -42,13 +42,6 @@ ascii85: ascii85.o @echo 'Finished building target: $@' @echo ' ' -textify: textify.o - @echo 'Building target: $@' - @echo 'Invoking: GCC C Linker' - $(CC) $(LDFLAGS) -o "$@" "$<" -lm - @echo 'Finished building target: $@' - @echo ' ' - gol: gol.o @echo 'Building target: $@' @echo 'Invoking: GCC C Linker' @@ -81,9 +74,9 @@ strip: strip -s $(TARGETS) clean: - -$(RM) aes.o asciihexer.o dummyshell.o gol.o suidcmd.o ascii85.o textify.o progressbar.o xidle.o xdiff.o - -$(RM) aes.d asciihexer.d dummyshell.d gol.d suidcmd.d scrambler.d textify.d progressbar.d xidle.d xdiff.d - -$(RM) aes asciihexer dummyshell gol suidcmd scrambler textify progressbar xidle xdiff + -$(RM) aes.o asciihexer.o dummyshell.o gol.o suidcmd.o ascii85.o progressbar.o xidle.o xdiff.o + -$(RM) aes.d asciihexer.d dummyshell.d gol.d suidcmd.d scrambler.d progressbar.d xidle.d xdiff.d + -$(RM) aes asciihexer dummyshell gol suidcmd scrambler progressbar xidle xdiff -@echo ' ' install: $(TARGETS) -- cgit v1.2.3