Adding back the clean dependency to distclean, since the build fails for some

strange reason without it.
This commit is contained in:
c-kloukinas 2025-12-02 17:01:44 +00:00
parent 5f096a5a63
commit 794dd8dc0f

View file

@ -101,7 +101,7 @@ clean:
# `make distclean' should leave only the files that were in the
# distribution.
distclean:
distclean: clean
rm -rf build Makefile
# `realclean'