Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1013 → Rev 1012

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