update hook

This commit is contained in:
SergeyVS 2024-03-11 12:12:29 +03:00
parent 72491f87fc
commit fa11788f23

View File

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