why do I push without checking

This commit is contained in:
Alessandro Mauri 2021-07-16 12:42:47 +02:00
parent b6f56166a2
commit 73924ed0a6

View File

@ -27,6 +27,7 @@ You will need:
- SDL2
- A c11 compiler (gcc or clang)
- make
To build run `make`, to install `make install` with root privileges and to
uninstall `make uninstall` also with root privileges.
To clean the mess run `make clean`.