# examples makefile... makes view only at the moment...
#

all:
	@cd view ; $(MAKE)
	@cd save ; $(MAKE)

clean:
	@cd view ; $(MAKE) clean
	@cd save ; $(MAKE) clean