1 # This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3
2 # or any later version. For details on its copyright, license, and warranties,
3 # see the file NOTICE in the root directory of the PlomRogue source package.
5 redo-ifchange compiler_flags
8 gcc $CFLAGS -o $3 -c ../src/${file%.o}.c -MD -MF $2.deps
10 redo-ifchange ${DEPS#*:}