CC=g++ CPPFLAGS=$(shell sdl-config --cflags) LDLIBS=$(shell sdl-config --libs) -lGL all: test test: test.o entity.o oct.o txtprt_import.o clean: rm -f test *.o