mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
clean now does properly.
This commit is contained in:
parent
48e4cc464e
commit
14eeca08c6
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue