6 lines
92 B
Makefile
6 lines
92 B
Makefile
TARGET := test-sdl
|
|
LIBS := libc sdl sdlmain
|
|
SRC_CC := main.cc
|
|
|
|
CC_CXX_WARN_STRICT =
|