Let's do a distclean, actually. Less noise in git status that way.

This commit is contained in:
NiLuJe
2012-10-03 13:27:48 +02:00
parent d4782d05e8
commit 392f29f522

View File

@@ -180,7 +180,7 @@ clean:
rm -f *.o kpdfview slider_watcher
cleanthirdparty:
$(MAKE) -C $(LUADIR) CC=$(HOSTCC) CFLAGS=$(BASE_CFLAGS) clean
$(MAKE) -C $(LUADIR) CC=$(HOSTCC) CFLAGS=$(BASE_CFLAGS) distclean
$(MAKE) -C $(MUPDFDIR) build="release" clean
$(MAKE) -C $(CRENGINEDIR)/thirdparty/antiword clean
test -d $(CRENGINEDIR)/thirdparty/chmlib && $(MAKE) -C $(CRENGINEDIR)/thirdparty/chmlib clean || echo warn: chmlib folder not found