about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-02-12 20:19:18 -0500
committerJune McEnroe <june@causal.agency>2022-02-12 20:19:18 -0500
commit28a27a2c0fdbd05328a4c30fbb63a4e3c6e12432 (patch)
tree9271c7b8cedb29cd3ff934f886b23459292b498a /Makefile
parentUse compat_readpassphrase.c on Linux (diff)
downloadcatgirl-28a27a2c0fdbd05328a4c30fbb63a4e3c6e12432.tar.gz
catgirl-28a27a2c0fdbd05328a4c30fbb63a4e3c6e12432.zip
Move sandman build to scripts/Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 48fc350..83ead95 100644
--- a/Makefile
+++ b/Makefile
@@ -48,17 +48,6 @@ install: catgirl catgirl.1
 uninstall:
 	rm -f ${DESTDIR}${BINDIR}/catgirl ${DESTDIR}${MANDIR}/man1/catgirl.1
 
-scripts/sandman: scripts/sandman.o
-	${CC} ${LDFLAGS} scripts/sandman.o -framework Cocoa -o $@
-
-install-sandman: scripts/sandman scripts/sandman.1
-	install -d ${DESTDIR}${BINDIR} ${DESTDIR}${MANDIR}/man1
-	install scripts/sandman ${DESTDIR}${BINDIR}
-	install -m 644 scripts/sandman.1 ${DESTDIR}${MANDIR}/man1
-
-uninstall-sandman:
-	rm -f ${DESTDIR}${BINDIR}/sandman ${DESTDIR}${MANDIR}/man1/sandman.1
-
 CHROOT_USER = chat
 CHROOT_GROUP = ${CHROOT_USER}