# # $Id$ # # $Date$ # $Revision$ # # (C) 1999 by Hyperion # All rights reserved # # This file is part of the MiniGL library project # See the file Licence.txt for more details # # .PHONY: GLTest2 demos all: $(MAKE) -C Build all mgl: $(MAKE) -C Build lib clean: $(MAKE) -C Build clean install: $(MAKE) -C Build install