view Makefile @ 37:73a785323e8a

Rendering cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Dec 2019 23:52:19 +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