Skip to content

Commit

Permalink
- Properly install pre-commit hook for OMEdit.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed May 12, 2015
1 parent f417640 commit 4f171b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.omdev.mingw
Expand Up @@ -22,7 +22,7 @@ mkbuilddirs:

omedit: mkbuilddirs qjson
$(MAKE) -C OMEdit/OMEditGUI -f Makefile.omdev.mingw
cp -puf common/pre-commit.sh $(shell git rev-parse --git-dir)/hooks
cp -puf common/pre-commit.sh $(shell git rev-parse --git-dir)/hooks/pre-commit

clean:
cd qjson-0.8.1 && rm -rf build
Expand Down

0 comments on commit 4f171b4

Please sign in to comment.