Created
November 15, 2017 04:45
-
-
Save alunux/b9c4e7fa33f6037109e98a9734a8ff99 to your computer and use it in GitHub Desktop.
blankon-session-makefile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/files/bin/Makefile.am b/files/bin/Makefile.am | |
index ebd451c..67f86bc 100644 | |
--- a/files/bin/Makefile.am | |
+++ b/files/bin/Makefile.am | |
@@ -1,5 +1,5 @@ | |
-all: | |
+install: | |
install -m 755 blankon-session $(bindir) | |
-CLEANFILES= \ | |
- $(bindir)/blankon-session | |
\ No newline at end of file | |
+uninstall: | |
+ rm -f $(bindir)/blankon-session |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment