1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-25 04:24:48 +03:00

Merge remote-tracking branch 'krobelus/clean-version-object'

This commit is contained in:
Maxime Coste 2022-06-14 20:14:36 +10:00
commit 6565f6edd7

View File

@ -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