SWI = swipl
SWIFlags = -s

TARGET = main.pl

.PHONY: $(TARGET)
$(TARGET):
	$(SWI) $(SWIFlags) $@
