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