libsuperderpy/build

5 lines
83 B
Text
Raw Normal View History

2012-02-19 21:10:36 +01:00
#!/bin/sh
2012-04-04 00:06:47 +02:00
echo run > gdb.tmp
make -j10 && gdb bin/superderpy -x gdb.tmp
rm gdb.tmp