Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1306 → Rev 1305

/demos/trunk/servo/makefile
7,7 → 7,7
endif
include $(BASE)/config/config.mk
 
PROGS = ctrl load
PROGS = ctrl time load
 
include $(BASE)/config/example.mk
 
14,5 → 14,8
ctrl:
make -f $(SUBMAKE) APP=ctrl INIT= OTHEROBJS="initfile.o" OTHERINCL= SHARKOPT="__OLDCHAR__ __SERVO__"
 
time:
make -f $(SUBMAKE) APP=time INIT= OTHEROBJS="initfile.o" OTHERINCL= SHARKOPT="__OLDCHAR__ __SERVO__"
 
load:
make -f $(SUBMAKE) APP=load INIT= OTHEROBJS="initfile.o" OTHERINCL= SHARKOPT="__OLDCHAR__ __SERVO__"