mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-05 00:38:00 +01:00
delete "run" shellscript from repository
This commit is contained in:
parent
a44cee025f
commit
d83e40b357
2 changed files with 1 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
*~
|
||||
allegro.log
|
||||
build
|
||||
run
|
||||
others
|
||||
SuperDerpy.ini
|
||||
sync*
|
||||
|
|
5
run
5
run
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
echo run $@ > gdb.tmp
|
||||
cd build
|
||||
make -j12 && cd .. && gdb build/src/superderpy -x gdb.tmp
|
||||
rm gdb.tmp
|
Loading…
Reference in a new issue