Skip to content

Commit

Permalink
* <BOLD AND FAT>"make distclean" now does what you'd expect</BOLD AND…
Browse files Browse the repository at this point in the history
… FAT>

* "make clean toolsclean" now does what "make distclean" did before
  • Loading branch information
timangus committed Jan 18, 2006
1 parent 6a396f7 commit e8929d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -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)

Expand Down

0 comments on commit e8929d1

Please sign in to comment.