view Makefile @ 39:4de11a54215a

Remove useless include. SDL2 provides these.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Dec 2019 12:47:29 +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