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 elected'>master dontfiles
summary refs log tree commit diff
path: root/home/.config/git/config (unfollow)
Commit message (Expand)Author
2021-02-07Enable mouse acceleration in XJune McEnroe
2021-02-07Set colours for Xt and cwmJune McEnroe
2021-02-07Set urgency on bell in xtermJune McEnroe
2021-02-07Add bindings for brightness controlJune McEnroe
2021-02-07Set X key repeat rateJune McEnroe
2021-02-07Bump font size to 12June McEnroe
2021-02-07Fully configure and rebind cwmJune McEnroe
2021-02-07Add BintiJune McEnroe
2021-02-07Finish configuring xtermJune McEnroe
2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe
2021-02-06Set root window to black on purple snowJune McEnroe
2021-02-06Add xmodmap configurationJune McEnroe
2021-02-06Add initial OpenBSD X configurationJune McEnroe
2021-02-06Add xterm output to schemeJune McEnroe