6 lines
87 B
Makefile
6 lines
87 B
Makefile
|
|
CFLAGS := `sdl-config --cflags`
|
|
LDFLAGS := `sdl-config --libs`
|
|
|
|
all: sdl-vidinfo-test
|