
all:
	@cd src ; make

clean:
	@cd src ; make clean

distclean:
	@cd src ; make distclean
	rm -f config.status config.cache config.log
