Skip to content

Commit

Permalink
updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jul 10, 2024
1 parent 7119ccd commit 9602c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ status:
# git_root_dir="$${git_root##*/}"; \
# git_path="$${git_root_dir}/$${PWD##$$git_root/}"; \
# image_name="$${git_path////--}"; \
# dirty=""; \
# if git status --porcelain | grep -q . ; then \
# dirty="-dirty-$$(git status --porcelain | md5sum | cut -c 1-7)"; \
# fi; \
Expand Down

0 comments on commit 9602c1b

Please sign in to comment.