Initial Commit.

This commit is contained in:
2020-09-07 11:19:24 -04:00
commit 941d8f96d8
3 changed files with 170 additions and 0 deletions

2
Makefile Normal file
View File

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