diff options
| author | Dave Tang <davetingpongtang@gmail.com> | 2026-06-22 20:12:06 +0900 |
|---|---|---|
| committer | Dave Tang <davetingpongtang@gmail.com> | 2026-06-22 20:12:06 +0900 |
| commit | 319f10b1f20170adf7efa05938b6bb23584c4729 (patch) | |
| tree | f3a680d1a91c232f4b71912dbca4581056ad8477 /examples/dragmap/Makefile | |
GNU Make notes
Diffstat (limited to 'examples/dragmap/Makefile')
| -rw-r--r-- | examples/dragmap/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/dragmap/Makefile b/examples/dragmap/Makefile new file mode 100644 index 0000000..31dd118 --- /dev/null +++ b/examples/dragmap/Makefile @@ -0,0 +1,6 @@ +include config.mk +$(info BOOST_ROOT is $(BOOST_ROOT)) +$(info BOOST_INCLUDEDIR is $(BOOST_INCLUDEDIR)) +$(info BOOST_LIBRARYDIR is $(BOOST_LIBRARYDIR)) +$(info CPPFLAGS is $(CPPFLAGS)) +$(info LDFLAGS is $(LDFLAGS)) |
