aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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####################################