all: objer lines LDFLAGS:=-lGL objer : main.o OBJModel.o g++ -o $@ $^ $(LDFLAGS) lines : main-lines.o OBJModel.o g++ -o $@ $^ $(LDFLAGS)