view Makefile @ 75:034341dbe02f

Add 'cube' scene and model files, and Blender file.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 03 Jan 2020 19:23:37 +0200
parents 99d2c681789f
children cc1c35357e39
line wrap: on
line source

#CXXFLAGS ?= -DGL_GLEXT_PROTOTYPES
BINEXT ?= 
OBJPATH ?= ./obj/unix/

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