summaryrefslogtreecommitdiff
path: root/vendor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/Makefile')
-rw-r--r--vendor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/Makefile b/vendor/Makefile
index bbcb15e..04360ea 100644
--- a/vendor/Makefile
+++ b/vendor/Makefile
@@ -1,5 +1,5 @@
all:
- cd lua && $(MAKE) all && cd ..
+ cd lua && $(MAKE) all CFLAGS="-g" && cd ..
cd mcmc && $(MAKE) all && cd ..
clean: