``` sh $ mv util.c src/ $ nano lakefile # Adjust Lakefile to move $ ./lake/lake lake: cannot find dependency 'util.c' ``` I assume this is because the util.d file still said that it needs util.c, which was moved.