summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
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
mmit/bin/Makefile?id=72c34c298ea65c3b4c495d563fa43427602d17ea&follow=1'>Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe