Subversion Repositories shark

Rev

Rev 1112 | 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=  myapp

include $(BASE)/config/example.mk

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