If I rename a folder in src/flags to a new name and then run make in the root-folder I get:
pngcrush -q -brute -rem alla src/flags/{new-country}/16.png flags/flags/flat/16/{new-country}.png
make: pngcrush: No such file or directory
make: *** [flags/flags/flat/16/{new-country}.png] Error 1
How can I rebuild?
If I rename a folder in src/flags to a new name and then run
make
in the root-folder I get: