This commit is contained in:
wagic.the.homebrew
2008-11-02 09:50:16 +00:00
commit d45e3b101b
726 changed files with 179125 additions and 0 deletions

20
JGE/Makefile Normal file
View File

@@ -0,0 +1,20 @@
all:
$(MAKE) -f Makefile.1xx install
$(MAKE) -f Makefile.hge install
$(MAKE) -f Makefile.input install
1xx:
$(MAKE) -f Makefile.1xx install
$(MAKE) -f Makefile.hge install
$(MAKE) -f Makefile.input install
3xx:
$(MAKE) -f Makefile.3xx install
$(MAKE) -f Makefile.hge install
$(MAKE) -f Makefile.input install
clean:
$(MAKE) -f Makefile.1xx clean
$(MAKE) -f Makefile.3xx clean
$(MAKE) -f Makefile.hge clean
$(MAKE) -f Makefile.input clean