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:
parent
ca17572301
commit
ce7673b7b7
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue
Block a user