gimp/tools/gcg/gcgmakedepend

3 lines
55 B
Bash
Executable File

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