src: Fix the distclean Makefile target

Have the Makefile remove the actual binaries and generated documentation
when called with the `distclean` target
This commit is contained in:
Frank LENORMAND 2017-03-26 10:38:24 +03:00
parent ca17572301
commit ce7673b7b7

View File

@ -103,7 +103,8 @@ clean:
rm -f .*.o .*.d
distclean: clean
rm -f kak
rm -f kak kak$(suffix)
find ../doc -type f -name \*\\.gz -exec rm -f '{}' +
installdirs:
install -d $(bindir) \