config

A simple configuration manager

Commit
55d4dba6d76c33b27ae134621ef03db8faca0879
Parent
1ea94b476b0579349128883575711e84a5849b53
Author
Pablo <pablo-escobar@riseup.net>
Date

Added some comments in Makefile

Diffstat

1 file changed, 3 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified Makefile 3 3 0
diff --git a/Makefile b/Makefile
@@ -1,5 +1,8 @@
 .PHONY: install
 
 install:
+	# Install the binary
 	install -m 755 config   ~/.local/bin/
+	
+	# Install the manpage
 	install -m 664 config.1 ~/.local/share/man/man1/