3 lines
75 B
Makefile
3 lines
75 B
Makefile
|
a.out: main.cpp
|
||
|
clang++ -std=c++14 -g -o a.out main.cpp -lGL -lGLU -lglut
|