From 2d54f1473d8c1c9bd7063ad23488b31ea74dd424 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 16 Sep 2021 18:50:44 +0200 Subject: Improve makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bb3b7e4..126c9ee 100644 --- a/Makefile +++ b/Makefile @@ -14,15 +14,12 @@ vtchs: vtchs.o install: vtchs mkdir -p -- "$(DESTDIR)$(PREFIX)/bin" mkdir -p -- "$(DESTDIR)$(MANPREFIX)/man1" - mkdir -p -- "$(DESTDIR)$(PREFIX)/share/licenses/vtchs" cp -- vtchs "$(DESTDIR)$(PREFIX)/bin/" cp -- vtchs.1 "$(DESTDIR)$(MANPREFIX)/man1/" - cp -- LICENSE "$(DESTDIR)$(PREFIX)/share/licenses/vtchs/" uninstall: -rm -f -- "$(DESTDIR)$(PREFIX)/bin/vtchs" -rm -f -- "$(DESTDIR)$(MANPREFIX)/man1/vtchs.1" - -rm -rf -- "$(DESTDIR)$(PREFIX)/share/licenses/vtchs" clean: -rm -f -- vtchs *.o -- cgit v1.2.3-70-g09d2