Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3684 → Rev 3685

/branches/network/uspace/srv/net/Makefile
62,7 → 62,7
build: $(BUILDS)
 
clean: $(CLEANS)
find $(DIRS_ALL) -name '*.o' -follow -exec rm \{\} \;
find $(DIRS_ALL) ./ -name '*.o' -follow -exec rm \{\} \;
 
distclean: clean