Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1012 → Rev 1013

/uspace/trunk/Makefile
45,7 → 45,12
.PHONY: all config build $(BUILDS) $(CLEANS) clean distclean
 
all:
tools/config.py default $(ARCH)
tools/config.py default $(NARCH)
ifdef NARCH
ifneq ($(ARCH), $(NARCH))
$(MAKE) -C . clean
endif
endif
$(MAKE) -C . build
 
config: