diff --git a/.gitignore b/.gitignore index b8b9dbc..405227c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ .cache compile_commands.json main -test *.png raylib diff --git a/test b/test new file mode 100755 index 0000000..66ee3b7 --- /dev/null +++ b/test @@ -0,0 +1,4 @@ +#!/bin/bash + +./build +./main