Files
Thun/implementations/GNUProlog/Makefile
T
2023-07-27 09:19:12 -07:00

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