libsuperderpy/build

5 lines
86 B
Text
Raw Normal View History

2012-02-19 21:10:36 +01:00
#!/bin/sh
2012-04-09 16:41:10 +02:00
echo run $@ > gdb.tmp
2012-05-03 19:42:23 +02:00
make -j12 && gdb bin/superderpy -x gdb.tmp
2012-04-04 00:06:47 +02:00
rm gdb.tmp