we gucci
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
clang++ -c src/*.cpp -O3 -ffast-math -I/opt/homebrew/include -Iinclude/
|
||||
clang++ -c src/**/*.cpp -O3 -ffast-math -I/opt/homebrew/include -Iinclude/
|
||||
clang++ *.o -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -lSDL3 -o out/release.bin
|
||||
rm ./*.o
|
||||
cd out
|
||||
./release.bin
|
||||
cd ..
|
||||
Reference in New Issue
Block a user