view Makefile @ 38:372fa249ce26

Add vsync option 0 (disable attempts of setting vsync mode.)
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 02 Dec 2019 01:00:21 +0200
parents d0cd281934a3
children 6905d02bca2d
line wrap: on
line source

BINEXT ?= 

SDL_CFLAGS ?= $(shell pkg-config --cflags sdl2)
SDL_LDFLAGS ?= $(shell pkg-config --libs sdl2)

GL_CFLAGS ?= $(shell pkg-config --cflags gl glu)
GL_LDFLAGS ?= $(shell pkg-config --libs gl glu)

TOOL_LDFLAGS ?=

include Makefile.gen