make clean also cleans bench/ now.

This commit is contained in:
Jonas 'Sortie' Termansen 2011-12-04 15:06:30 +01:00
parent d9205a59df
commit 0f0696dc74
1 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ REMOTE=192.168.2.6
REMOTEUSER=sortie
REMOTECOPYDIR:=/home/$(REMOTEUSER)/Desktop/MaxsiOS
MODULES=libmaxsi games mkinitrd utils $(EXTRAMODULES) sortix
ALLMODULES=libmaxsi games mkinitrd utils bench sortix
VERSION=0.5dev
DEBNAME:=sortix_$(VERSION)_$(CPU)
@ -43,7 +44,7 @@ clean:
rm -rf $(SYSROOT)
rm -f $(INITRD)
rm -f initrd/*
(for D in $(MODULES); do $(MAKE) clean $(MFLAGS) --directory $$D || exit $?; done)
(for D in $(ALLMODULES); do $(MAKE) clean $(MFLAGS) --directory $$D || exit $?; done)
distclean: clean cleanbuilds