Skip to content

Commit

Permalink
Actually clean difftool on make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed May 29, 2019
1 parent 89db729 commit fa1ba18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -82,7 +82,7 @@ utf8-iconv:

clean:
test ! -d build || rm -r build/
for d in @subdirs@; do $(MAKE) -C $$d clean; done
for d in @subdirs@ testsuite/difftool; do $(MAKE) -C $$d clean; done

LIBGITDIRS = `ls -f libraries/git`

Expand Down

0 comments on commit fa1ba18

Please sign in to comment.