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