From 319f10b1f20170adf7efa05938b6bb23584c4729 Mon Sep 17 00:00:00 2001 From: Dave Tang Date: Mon, 22 Jun 2026 20:12:06 +0900 Subject: GNU Make notes --- examples/dragmap/test3.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 examples/dragmap/test3.sh (limited to 'examples/dragmap/test3.sh') diff --git a/examples/dragmap/test3.sh b/examples/dragmap/test3.sh new file mode 100755 index 0000000..99aca0d --- /dev/null +++ b/examples/dragmap/test3.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +export BOOST_ROOT=/usr/include/boost169/ +export BOOST_INCLUDEDIR=/usr/include/boost169 +export BOOST_LIBRARYDIR=/usr/lib64/boost169 + +make -- cgit v1.3.1