summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/GNUmakefile')
-rwxr-xr-xsrc/GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 24522c2..9bd6fe4 100755
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -39,3 +39,5 @@ runmemcheckgui:
runperfcheck:
@LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) $(PERFCHECK) $(TOPDIR)/src/crawl/crawl $(TOPDIR)/src/crawl/crawl.conf
+showenv:
+ @echo export LD_LIBRARY_PATH=$(LD_LIBRARY_PATH)