5 lines
65 B
Makefile
5 lines
65 B
Makefile
cpp = g++
|
|
build_directory = build
|
|
cppflags = -Wall
|
|
libs = -lSDL2
|