commit eecfc77

hovercats  ·  2023-09-24 03:59:01 +0000 UTC
parent c2ed9e9
add Makefile for easier installation
2 files changed,  +11, -3
M README
+10, -0
 1@@ -0,0 +1,10 @@
 2+PREFIX=/usr/local
 3+MANDIR=${PREFIX}/share/man
 4+
 5+install:
 6+	mkdir -p ${DESTDIR}${PREFIX}/bin
 7+	chmod 755 rcsm
 8+	cp -f rcsm ${DESTDIR}${PREFIX}/bin
 9+
10+uninstall:
11+	rm -rf ${DESTDIR}${PREFIX}/bin/rcsm
M README
+1, -3
 1@@ -11,9 +11,7 @@ It follows the same concept as svc[0], but is about half the LOCs.
 2 Install
 3 -------
 4 
 5-	$ chmod 755 rcsm
 6-
 7-Then add to your PATH.
 8+	$ make install
 9 
10 Usage
11 -----