#
# makefile (peaks)
#

include project_paths.inc

TARGETS = \
	tabapprox \
	rtapprox \
	predict \

include $(MSTOOLS_ROOT)/src/make/make_project.inc
