comparison 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
comparison
equal deleted inserted replaced
34:c0b85b0615d2 35:d0cd281934a3
4 SDL_LDFLAGS ?= $(shell pkg-config --libs sdl2) 4 SDL_LDFLAGS ?= $(shell pkg-config --libs sdl2)
5 5
6 GL_CFLAGS ?= $(shell pkg-config --cflags gl glu) 6 GL_CFLAGS ?= $(shell pkg-config --cflags gl glu)
7 GL_LDFLAGS ?= $(shell pkg-config --libs gl glu) 7 GL_LDFLAGS ?= $(shell pkg-config --libs gl glu)
8 8
9 TOOL_LDFLAGS ?=
10
9 include Makefile.gen 11 include Makefile.gen