clean now does properly.

This commit is contained in:
Joseph Carter 2000-01-10 07:55:48 +00:00
parent 48e4cc464e
commit 14eeca08c6
1 changed files with 4 additions and 1 deletions

View File

@ -123,7 +123,10 @@ $(BUILD_DIR)/../$(SRVQUAKE): $(ALL_SRV_OBJS)
distclean: clean distclean: clean
rm -f config.cache config.log config.status Makefile rm -f config.cache config.log config.status Makefile
clean: $(CLEAN_TARGETS) clean-qw-server:
rm -f $(BUILD_DIR)/../qw-server
clean: clean-qw-server
rm -rf $(BUILD_DIR) rm -rf $(BUILD_DIR)
install: $(targets) install: $(targets)