view Makefile @ 35:d0cd281934a3

Add TOOL_LDFLAGS.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 26 Nov 2019 07:22:35 +0200
parents c0b85b0615d2
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