mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-16 16:51:16 +00:00
small oops fixed
This commit is contained in:
parent
be84abf0b1
commit
8d8f0d617c
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ $(BUILD_DIR)/../$(SRVQUAKE): $(ALL_SRV_OBJS)
|
|||
distclean: clean
|
||||
rm -f config.cache config.log config.status Makefile
|
||||
|
||||
clean: clean-soft clean-gl $(CLEAN_TARGETS)
|
||||
clean: $(CLEAN_TARGETS)
|
||||
rm -r $(BUILD_DIR)
|
||||
|
||||
install: $(targets)
|
||||
|
|
Loading…
Reference in a new issue