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