Skip to content

Commit

Permalink
Merge remote-tracking branch 'krobelus/clean-version-object'
Browse files Browse the repository at this point in the history
  • Loading branch information
mawww committed Jun 14, 2022
2 parents dd88765 + 6595aae commit 6565f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ tags:
ctags -R

clean:
rm -f $(objects) $(deps)
rm -f $(objects) $(deps) .version.cc .version.o

dist:
@if ! [ -d ../.git ]; then echo "make dist can only run from a git repo"; false; fi
Expand Down

0 comments on commit 6565f6e

Please sign in to comment.