UI - Resolved last build issues

+ Tool has name!
+ Finished renaming files
+ Fixed common sync code that still had some SDL shit left
This commit is contained in:
Emmanuel BENOîT 2017-11-24 10:08:41 +01:00
parent 81a60d7832
commit 0fcfeb1fee
11 changed files with 73 additions and 58 deletions
.vim.local/scripts

View file

@ -1,8 +1,8 @@
#!/bin/bash
if make -j 8; then
if [ -x /usr/bin/optirun ]; then
optirun ./demo
optirun ./tourista
else
./demo
./tourista
fi
fi