aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-06-19 12:22:05 +0000
committerbloodstalker <thabogre@gmail.com>2018-06-19 12:22:05 +0000
commit60a541bddd4f4de212c406ba5fabdd7ad1778fb6 (patch)
tree5abf7afffa9256dddd6b2ac7d5a0d6292621e60d /bruiser/makefile
parentfix (diff)
downloadmutator-60a541bddd4f4de212c406ba5fabdd7ad1778fb6.tar.gz
mutator-60a541bddd4f4de212c406ba5fabdd7ad1778fb6.zip
fixes #43. the auto-gen source files by luatablegen dont look like source files instead of headers. luatablegen also generates an excuse of a doc for all the table methods.
Diffstat (limited to 'bruiser/makefile')
-rw-r--r--bruiser/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/bruiser/makefile b/bruiser/makefile
index 393a7ae..ed592d8 100644
--- a/bruiser/makefile
+++ b/bruiser/makefile
@@ -17,7 +17,8 @@ C_SRCS=$(wildcard *.c)
#for some reason without ld the build fails on ubuntu trusty on travis
#EXTRA_LD_FLAGS+=-lpthread -ldl -lutil -lm -Xlinker -lpython3
EXTRA_LD_FLAGS+=$(shell $(PY_CONF) --ldflags) -lffi -lcapstone -lkeystone -L./lua-5.3.4/src -llua
-TBG_OBJLIST_INC=$(patsubst ./luatablegen/%.c, ./luatablegen/%.o, $(wildcard ./luatablegen/*.c))
+TBG_OBJLIST_INC:=$(patsubst ./luatablegen/%.c, ./luatablegen/%.o, $(wildcard ./luatablegen/*.c))
+SAN?=
######################################RULES####################################
.DEFAULT: all