Skip to content

Commit

Permalink
Merge pull request #101 from showcheap/makefile-fix
Browse files Browse the repository at this point in the history
Fix error `make` command on non root user (#100)
  • Loading branch information
herpiko authored Nov 20, 2017
2 parents 437663f + a236fdf commit 97b521d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/bin/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
all:
install:
install -m 755 blankon-session $(bindir)

CLEANFILES= \
$(bindir)/blankon-session
uninstall:
rm -f $(bindir)/blankon-session

0 comments on commit 97b521d

Please sign in to comment.