Skip to content

Commit

Permalink
remove intrusive shell. (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et authored Jun 17, 2024
1 parent 23fc588 commit ab7f441
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ else
endif

# Copy githook scripts when execute makefile
# NEED Remove. DON'T REJECT!!
# TODO! GIT_FILE_SIZE_LIMIT=42000000 git commit -m "This commit is allowed file sizes up to 42MB"
COPY_GITHOOK:=$(shell cp -f scripts/githooks/* .git/hooks/; chmod +x .git/hooks/*)
# COPY_GITHOOK:=$(shell cp -f scripts/githooks/* .git/hooks/; chmod +x .git/hooks/*)

# Linux command settings
FIND := find . ! -path './image/*' ! -path './vendor/*' ! -path './bin/*'
Expand Down

0 comments on commit ab7f441

Please sign in to comment.