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:
parent
81a60d7832
commit
0fcfeb1fee
11 changed files with 73 additions and 58 deletions
.vim.local/scripts
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue