Subversion Repositories shark

Rev

Rev 1256 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#
#
#

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

PROGS = loader

include $(BASE)/config/example.mk

loader:
        make -f $(SUBMAKE) APP=loader INIT= OTHEROBJS="initfile.o fsfinit.o parser.o dosread.o" OTHERINCL= SHARKOPT="__OLDCHAR__ __FIRST__"