Skip to content

Commit

Permalink
Fix install target.
Browse files Browse the repository at this point in the history
  • Loading branch information
Schoonology committed Jul 31, 2018
1 parent 963208c commit e9b11d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ app:
cp Info.plist Browter.app/Contents/.

install: app
ln -sf `pwd`/Browter.app/Contents/browter /usr/local/bin/browter
ln -sf `pwd`/Browter.app/Contents/MacOS/Browter /usr/local/bin/browter

0 comments on commit e9b11d1

Please sign in to comment.