Skip to content

Commit

Permalink
updating makefile with new bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
chilcote committed Oct 27, 2017
1 parent cadc0f2 commit 729aa98
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 @@ -14,7 +14,7 @@ help:
## clean - Clean up temporary working directories
clean:
rm -f ./vfuse*.{dmg,pkg}
rm -f ./pkgroot/usr/local/vfuse/*.pyc
rm -f ./pkgroot/usr/local/vfuse/bin/*.pyc

## pkg - Create a package using pkgbuild
pkg: clean
Expand Down

0 comments on commit 729aa98

Please sign in to comment.