Test with: find -name '*.asm' | while read f; do echo $f && touch $f && make | grep 'fox32asm 0.' || break; done If the last line of output is a filename, that means this file isn't tracked as a dependency.
Fixes issue #3