From b3ba3d3c1c12989d315a9ac3b6f7b7784e07f686 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 2 Apr 2014 10:03:19 +0000 Subject: initial binding to Prolog for the C runtime --- src/runtime/swipl/Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/runtime/swipl/Makefile (limited to 'src/runtime/swipl/Makefile') diff --git a/src/runtime/swipl/Makefile b/src/runtime/swipl/Makefile new file mode 100644 index 000000000..929af540d --- /dev/null +++ b/src/runtime/swipl/Makefile @@ -0,0 +1,2 @@ +all: + swipl-ld -cc-options,-std=c99 -lgu -lpgf -shared swipgf.c -o swipgf.so -- cgit v1.2.3