Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 44 → Rev 45

/shark/trunk/config/example.mk
5,6 → 5,9
.PHONY: test all install depend clean cleanall
.PHONY: $(PROGS)
 
#ifndef OSLIB
OSLIB=
#endif
SUBMAKE:=$(BASE)/config/example2.mk
 
test: $(PROGS)