.SUFFIXES: .ql .pl
.pl.ql:
	-echo 'prolog_flag(compiling,_,$(PLFLAGS)), [ops], fcompile(feature:$*).' | $(PROLOG) -f
	touch ../.changed

all: feature.ql c_feature.ql mellish.ql p_feature.ql p_type.ql

clean:
	rm $(RM_PATTERN)
