diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |