MAKE  = make -i -r

# Target specification
all clean:
	cd libsrc && $(MAKE) $@
