aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 46e61b7..107f936 100644
--- a/Makefile
+++ b/Makefile
@@ -21,11 +21,12 @@
CC = gcc
CXX = g++
+LIBDIR = lib
LIBS = -lSDL2 -lpthread
CXXFLAGS = -ggdb -std=c++17 \
- -Wall -Wextra -Werror -pedantic \
- -Isrc
+ -Wall -Wextra -Werror -pedantic -Wno-unused\
+ -Isrc -I$(LIBDIR)
CXXSRCDIR = src
CXXOUTDIR = out