mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* <BOLD AND FAT>"make distclean" now does what you'd expect</BOLD AND FAT>
* "make clean toolsclean" now does what "make distclean" did before
This commit is contained in:
parent
6a396f761f
commit
e8929d1a61
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -1670,10 +1670,13 @@ clean-debug:
|
|||
clean-release:
|
||||
$(MAKE) clean2 B=$(BR) CFLAGS="$(RELEASE_CFLAGS)"
|
||||
|
||||
distclean: clean
|
||||
toolsclean:
|
||||
$(MAKE) -C $(TOOLSDIR)/asm clean uninstall
|
||||
$(MAKE) -C $(TOOLSDIR)/lcc clean uninstall
|
||||
|
||||
distclean: clean toolsclean
|
||||
rm -rf $(BUILD_DIR)
|
||||
|
||||
installer: build_release
|
||||
$(MAKE) VERSION=$(VERSION) -C $(LOKISETUPDIR)
|
||||
|
||||
|
|
Loading…
Reference in a new issue