GPX-Visualizer/Makefile
2020-09-07 11:19:24 -04:00

3 lines
86 B
Makefile

a.out: main.cpp
clang++ -std=c++17 -g -o a.out main.cpp -lGL -lGLU -lglut -lstdc++fs