update hook

This commit is contained in:
SergeyVS 2024-03-11 12:13:25 +03:00
parent 4100682ba8
commit eed2af2902

View File

@ -46,5 +46,5 @@ push:
ifeq ($(commit),)
$(error mn is not set)
endif
make prehook
git add . && git commit -m "$(commit)" && git push