18 lines
219 B
Plaintext
18 lines
219 B
Plaintext
# using matmake
|
|
# https://github.com/mls-m5/matmake
|
|
|
|
config +=
|
|
debug
|
|
c++14
|
|
|
|
includes +=
|
|
../keyboard
|
|
|
|
sysincludes +=
|
|
matgui/include
|
|
|
|
sim.src = *.cpp
|
|
|
|
sim.src += matgui/src/*.cpp
|
|
|
|
sim.libs += -lGL -lSDL2 -lSDL2_image |