Files
opengl-test/compile.bat
Max Westerlund 7f7a743b69 new file: .gitignore
new file:   compile.bat
	new file:   main.cpp
	new file:   run.bat
2025-06-29 00:37:08 +02:00

3 lines
75 B
Batchfile

@echo off
clang++ -std=c++17 -Wall -Wextra -O2 main.cpp -o bin\program.exe