home · contact · privacy
7DRL: Some population balancing.
[plomrogue] / build / default.o.do
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.
4
5 redo-ifchange compiler_flags
6 . ./compiler_flags
7 file=${1#build/}
8 gcc $CFLAGS -o $3 -c ../src/${file%.o}.c -MD -MF $2.deps
9 read DEPS <$2.deps
10 redo-ifchange ${DEPS#*:}