Skip to content

Commit

Permalink
Update make gitclean
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Oct 12, 2020
1 parent cbab586 commit 7b6f282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -21,6 +21,8 @@ clean:

gitclean:
git clean -f -x -d
(cd src/vendor/Karabiner-DriverKit-VirtualHIDDevice && git clean -f -x -d)
(cd src/vendor/Sparkle && git clean -f -x -d)

ibtool-upgrade:
find * -name '*.xib' | while read f; do xcrun ibtool --upgrade "$$f"; done

0 comments on commit 7b6f282

Please sign in to comment.