Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 44 → Rev 45

/shark/trunk/config/example2.mk
2,6 → 2,10
ifndef BASE
BASE=../..
endif
ifndef OSLIB
OSLIB=$(BASE)/oslib
endif
 
include $(BASE)/config/config.mk
 
include $(BASE)/config/libdep.mk