aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-04-30 07:07:18 +0000
committerbloodstalker <thabogre@gmail.com>2017-04-30 07:07:18 +0000
commite3ca77aea15d1a289ef4e6c594f96cd7bb486d1c (patch)
tree29ef3550fcd965938fdac9ac8cfcec6b2b3b0130 /bruiser
parentadded some excuse of shell functionality (diff)
downloadmutator-e3ca77aea15d1a289ef4e6c594f96cd7bb486d1c.tar.gz
mutator-e3ca77aea15d1a289ef4e6c594f96cd7bb486d1c.zip
added lncurses and boost headers
Diffstat (limited to 'bruiser')
-rw-r--r--bruiser/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/bruiser/makefile b/bruiser/makefile
index ee27838..2182ce9 100644
--- a/bruiser/makefile
+++ b/bruiser/makefile
@@ -3,7 +3,8 @@
include ../macros.mk
#######################################VARS####################################
-CXX_FLAGS+=
+CXX_FLAGS+=-I/usr/include
+EXTRA_LD_FLAGS+=-lncurses
BRUISER=bruiser
######################################RULES####################################