diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-10-14 08:09:38 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-10-14 08:09:38 +0200 |
commit | f0a9472896602860aac96f767eed2cc612695fae (patch) | |
tree | a95fff2aad9e2e0d61e3a34c825acb65d4c754fa | |
parent | 1b1c7bfbb3bdfda23602dea887b6462a17715791 (diff) |
progressbar remove targets
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -81,9 +81,9 @@ strip: strip -s $(TARGETS) clean: - -$(RM) aes.o asciihexer.o dummyshell.o gol.o suidcmd.o ascii85.o textify.o xidle.o xdiff.o - -$(RM) aes.d asciihexer.d dummyshell.d gol.d suidcmd.d scrambler.d textify.d xidle.d xdiff.d - -$(RM) aes asciihexer dummyshell gol suidcmd scrambler textify xidle xdiff + -$(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 -@echo ' ' install: $(TARGETS) |