Subversion Repositories shark

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

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

PROGS  = pong

include $(BASE)/config/example.mk

pong:
        make -f $(SUBMAKE) APP=pong INIT= OTHEROBJS="initfile.o jetctrl.o" OTHERINCL= SHARKOPT="__OLDCHAR__ __GRX__"