CFLAGS=$(shell pkg-config --cflags assimp)
LDFLAGS=$(shell pkg-config --libs assimp) -lGL -lGLU -lglut

helpme:
	@echo "run 'make <targetname>' to create <targetname> from <targetname>.c"
