; makeall
; goes in every important directory and calls make
;
; does not make libamiga.a or libbamiga.a, this can't be
; done without a user.

	cd examples/add/normal/
	dmake
	cd ///

	cd examples/add/baserel/
	dmake
	cd ///

	cd examples
	dmake
	cd /

	cd examples/test
	execute make
	cd //

	execute makelibrary

	cd "libg++"
	execute makegpp
	cd /

	echo "Ready !"
