gimp/tools/gcg/gcgmakedepend

3 lines
55 B
Plaintext
Raw Normal View History

#!/bin/sh
gcc -M -I . -x c $* | sed -e "s/.gc.o/.c/g"