compile:
	$(CXX) -D_THREAD_SAFE -D_REENTRANT -o vr-tris vr-tris.cxx -lfltk -l fltk_forms $(CFLAGS) $(LDFLAGS)

