Skip to content

Instantly share code, notes, and snippets.

@alunux
Created November 15, 2017 04:45
Show Gist options
  • Save alunux/b9c4e7fa33f6037109e98a9734a8ff99 to your computer and use it in GitHub Desktop.
Save alunux/b9c4e7fa33f6037109e98a9734a8ff99 to your computer and use it in GitHub Desktop.
blankon-session-makefile
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