From ab950b3044307ca08f0dc9e425a204cbff9b999b Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 20 Aug 2018 16:26:35 -0400 Subject: Add uninstall target --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c2516fc..435172f 100644 --- a/Makefile +++ b/Makefile @@ -31,9 +31,6 @@ $(OBJS): chat.h tags: *.h *.c ctags -w *.h *.c -install: chatte - install chatte $(PREFIX)/bin/chatte - chroot.tar: chatte mkdir -p root install -d -o root -g wheel \ @@ -69,3 +66,9 @@ chroot.tar: chatte clean: rm -f tags chatte $(OBJS) chroot.tar + +install: chatte + install chatte $(PREFIX)/bin/chatte + +uninstall: + rm -f $(PREFIX)/bin/chatte -- cgit 1.4.1