sort a makedepend output

Makefile.dep is sorted now - it's better when making a diff to the previous version.
This commit is contained in:
2024-09-22 15:24:34 +02:00
parent da8c33b14c
commit ca37997809
2 changed files with 44 additions and 25 deletions

View File

@@ -38,7 +38,7 @@ clean:
depend:
makedepend -Y. -I../../pikotools/src -f- $(sourcefiles) > Makefile.dep
makedepend -w 10 -Y. -I../../pikotools/src -f- $(sourcefiles) | sort -u > Makefile.dep
-include Makefile.dep