Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 993 → Rev 994

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