diff --git a/SDL2/compile.txt b/SDL2/compile.txt new file mode 100644 index 0000000..14edbcf --- /dev/null +++ b/SDL2/compile.txt @@ -0,0 +1,2 @@ +g++ simplewindow.cpp $(sdl2-config --libs --cflags) -ldl -o simplewindow +