@@ -0,0 +1,9 @@
windows:
@echo off
g++ abad.cpp -lmingw32 -lSDL2main -lSDL2 -mwindows -o abad.exe
macos:
clang++ abad.cpp -std=c++11 -lSDL2 -o abad
linux:
g++ abad.cpp -lSDL2 -o abad
The note is not visible to the blocked user.