#-----------------------------------------------------------------------------#
# vim: ts=8 sw=8 noexpandtab
#-----------------------------------------------------------------------------#

main_target: check

PROGS=  all_solutions	\
	one_solution	\
	some_solutions
TESTS=

EXTRA_FILES=

include Mmake.thisdir
include $(DEPTH)/Mmake.common
include $(DEPTH)/Mmake.common.samples


#-----------------------------------------------------------------------------#
