diff 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 diff
--- a/Makefile	Tue Nov 26 07:17:49 2019 +0200
+++ b/Makefile	Tue Nov 26 07:22:35 2019 +0200
@@ -6,4 +6,6 @@
 GL_CFLAGS ?= $(shell pkg-config --cflags gl glu)
 GL_LDFLAGS ?= $(shell pkg-config --libs gl glu)
 
+TOOL_LDFLAGS ?=
+
 include Makefile.gen