Subversion Repositories shark

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1665 pj 1
ifndef BASE
2
BASE=../..
3
endif
4
include $(BASE)/config/config.mk
5
 
6
PROGS  = pong
7
 
8
include $(BASE)/config/example.mk
9
 
10
pong:
11
	make -f $(SUBMAKE) APP=pong INIT= OTHEROBJS="initfile.o jetctrl.o" OTHERINCL= SHARKOPT="__OLDCHAR__ __GRX__"
12