Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 994 → Rev 993

/uspace/trunk/Makefile
32,11 → 32,11
-include Makefile.config
 
DIRS = \
softint \
softfloat \
libc \
libipc \
init
init \
softfloat \
softint
 
BUILDS := $(addsuffix .build,$(DIRS))
CLEANS := $(addsuffix .clean,$(DIRS))