* clean up compiled binaries on make clean too. where did this go?
authorWilfried Göesgens <willi@citadel.org>
Thu, 9 Aug 2007 15:06:40 +0000 (15:06 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 9 Aug 2007 15:06:40 +0000 (15:06 +0000)
citadel/Makefile.in

index 3c4e6511a94e748f5d172a93573a6d2c739bce53..2aaa0de71ae99cd3fb8c9a2c6363c4b0386bb873 100644 (file)
@@ -380,6 +380,8 @@ clean:
        for i in $(srcdir)/modules/* ; do \
                rm -f $$i/*.o ;\
        done
+       rm -f $(CLIENT_TARGETS) $(SERVER_TARGETS) $(UTIL_TARGETS) $(UTILBIN_TARGETS)
+
 
 cleaner: clean
        rm -rf $(CLIENT_TARGETS) $(SERVER_TARGETS) $(UTIL_TARGETS) $(UTILBIN_TARGETS) database_cleanup.sh *.la