[client] moved common headers outside of the client project's directory

This commit is contained in:
Geoffrey McRae
2017-10-31 16:54:09 +11:00
parent 0125e02499
commit 6e7b65023b
4 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
CFLAGS=-g -Og -std=gnu99 -march=native -Wall -Werror -I./ -DDEBUG
CFLAGS=-g -Og -std=gnu99 -march=native -Wall -Werror -I../common -DDEBUG
LDFLAGS=-lrt -lGL
CFLAGS+=`pkg-config --cflags sdl2`