Thun/implementations/GNUProlog/Makefile

13 lines
198 B
Makefile

all: parser thun printer
parser: parser.prolog
gplc --no-top-level parser.prolog
thun: thun.prolog
gplc --no-top-level thun.prolog
printer: printer.prolog
gplc --no-top-level printer.prolog