delete "run" shellscript from repository

This commit is contained in:
Sebastian Krzyszkowiak 2012-09-29 04:04:04 +02:00
parent a44cee025f
commit d83e40b357
2 changed files with 1 additions and 5 deletions

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
*~
allegro.log
build
run
others
SuperDerpy.ini
sync*

5
run
View file

@ -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