Loop your X cursor around the screen 👉😎👉
git clone https://github.com/m-col/xoop
Files | Refs | Readme | License

Commit f2ab467ab4fa1ab2aa7da6f14ee41cdc54860c24
Parent: d004c558ac49fc82c90a31f20308d01cd87c7ce0
Author: mcol <mcol@posteo.net>
Date: 2020-04-20 13:04:22 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2020-04-20 13:04:22 +0100

fix uninstall path

makefile Modified

@@ -17,7 +17,7 @@
 	cp -pf "$(OUT)" "$(DESTDIR)$(BINPREFIX)"
 
 uninstall:
-	rm -f "$(DESTDIR)$(BINPREFIX)"/xoop
+	rm -f "$(DESTDIR)$(BINPREFIX)/$(OUT)"
 
 
 .PHONY: all debug clean install uninstall