Vaporwave/Makefile
2020-05-21 16:34:50 -04:00

3 lines
75 B
Makefile

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