shithub: gridchat

Download patch

ref: 8812bfe24cab922f983fd9a6cc4fb3b3527c28ca
parent: 1484fc83f17c4b303eb7620479f7f87f781779fb
author: Kelly Glenn <bubstance@proton.me>
date: Thu Nov 14 05:54:50 EST 2024

add uninstall target to mkfile

--- a/mkfile
+++ b/mkfile
@@ -17,3 +17,9 @@
 	cp chat /rc/bin/chat
 	cp newsrv /rc/bin/newsrv
 	cp LABEL /rc/bin/LABEL
+
+uninstall:V:
+	rm -f $BIN/$TARG
+	rm -f /rc/bin/chat
+	rm -f /rc/bin/newsrv
+	rm -f /rc/bin/LABEL