diff options
author | bloodstalker <thabogre@gmail.com> | 2017-04-30 07:07:18 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-04-30 07:07:18 +0000 |
commit | e3ca77aea15d1a289ef4e6c594f96cd7bb486d1c (patch) | |
tree | 29ef3550fcd965938fdac9ac8cfcec6b2b3b0130 /bruiser/makefile | |
parent | added some excuse of shell functionality (diff) | |
download | mutator-e3ca77aea15d1a289ef4e6c594f96cd7bb486d1c.tar.gz mutator-e3ca77aea15d1a289ef4e6c594f96cd7bb486d1c.zip |
added lncurses and boost headers
Diffstat (limited to 'bruiser/makefile')
-rw-r--r-- | bruiser/makefile | 3 |
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#################################### |