Merge remote-tracking branch 'lenormf/fix-makefile-distclean'
This commit is contained in:
commit
5f4f8991e5
|
@ -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