#
#	libmalloc makefile
#


static:
	$(MAKE) -f Make.sta

dynamic:
	$(MAKE) -f Make.dyn


.DEFAULT:
	$(MAKE) -f Make.sta $@
	$(MAKE) -f Make.dyn $@

