mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-11-12 17:04:46 +00:00
Whoops: Missed gaming library makefile for linux
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
This commit is contained in:
parent
23219734da
commit
d956702e05
8
Gaming/src/Makefile
Normal file
8
Gaming/src/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
LIB = libgaming.a
|
||||
|
||||
CXXFLAGS = `sdl2-config --cflags` -I ../inc -I ../../inc
|
||||
|
||||
CXXFILES = GameController.cpp Game.cpp SDLWrapper.cpp
|
||||
|
||||
include ../../compile.mk
|
||||
include ../../lib_build.mk
|
Loading…
Reference in New Issue
Block a user