3 lines
86 B
Makefile
3 lines
86 B
Makefile
a.out: main.cpp
|
|
clang++ -std=c++17 -g -o a.out main.cpp -lGL -lGLU -lglut -lstdc++fs
|