root/as/misc/test/hanoi/Makefile

/* [<][>][^][v][top][bottom][index][help] */
YACASL2DIR= ../../../..
CASL2 = $(YACASL2DIR)/casl2
MISCDIR = $(YACASL2DIR)/as/misc
ASFILE = $(MISCDIR)/hanoi.casl
CMD = $(CASL2) $(ASFILE)
include $(YACASL2DIR)/test/TEST.mk

/* [<][>][^][v][top][bottom][index][help] */