EightBit/Gaming/src/Makefile
Adrian Conlon 2f76e901f9 More tidying of include files for VS2019 compatibility (plus more correct!)
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
2021-05-29 12:18:13 +01:00

10 lines
195 B
Makefile

LIB = libgaming.a
CPPFLAGS = -I ../inc -I ../../inc
CXXFLAGS = `sdl2-config --cflags`
CXXFILES = GameController.cpp Game.cpp SDLWrapper.cpp
include ../../compile.mk
include ../../lib_build.mk