comparison Makefile @ 105:10adf567b6f2

Rename Makefile.gen to Makefile.common
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Aug 2023 12:48:32 +0300
parents 50a69d327b4f
children
comparison
equal deleted inserted replaced
104:6520f00c68e4 105:10adf567b6f2
15 GL_CFLAGS ?= $(shell pkg-config --cflags gl glu) 15 GL_CFLAGS ?= $(shell pkg-config --cflags gl glu)
16 GL_LDFLAGS ?= $(shell pkg-config --libs gl glu) 16 GL_LDFLAGS ?= $(shell pkg-config --libs gl glu)
17 17
18 TOOL_LDFLAGS ?= 18 TOOL_LDFLAGS ?=
19 19
20 include Makefile.gen 20 include Makefile.common