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