aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-05-23 11:45:05 +0000
committerbloodstalker <thabogre@gmail.com>2017-05-23 11:45:05 +0000
commita0ddc5b39c6ece2d3edc42a0b3298be707fc3867 (patch)
tree018d0139e409317c99a36342195f9cf862dbdf57 /bruiser/makefile
parentsmall change (diff)
downloadmutator-a0ddc5b39c6ece2d3edc42a0b3298be707fc3867.tar.gz
mutator-a0ddc5b39c6ece2d3edc42a0b3298be707fc3867.zip
nothing
Diffstat (limited to 'bruiser/makefile')
-rw-r--r--bruiser/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bruiser/makefile b/bruiser/makefile
index 3211f65..3888831 100644
--- a/bruiser/makefile
+++ b/bruiser/makefile
@@ -7,6 +7,7 @@ CXX_FLAGS+=-I/usr/include
EXTRA_LD_FLAGS+=-L$(shell pwd)/lua-5.3.4/src/ -llua -ldl
BRUISER=bruiser
LIB_LUA=./lua-5.3.4/src/liblua.a
+HEADER_LIST=bruiser.h bruiser-extra.h CompletionHints.h
######################################RULES####################################
.DEFAULT: all