BIN = go SRC = main.cpp CPP = g++ all: $(BIN) $(BIN): $(SRC) $(CPP) -o $@ $< -I/uns/include/GL -L/uns/lib -Wl,-rpath /uns/lib -lglut