Subversion Repositories shark

Rev

Blame | Last modification | View Log | RSS feed

#
#
#

ifndef BASE
BASE=../..
endif
include $(BASE)/config/config.mk

PROGS=  soccer

include $(BASE)/config/example.mk

soccer:
        make -f $(SUBMAKE) APP=soccer INIT= OTHEROBJS="initfile.o"