I'm trying to get remote dependencies[1] to work. Is there any way to
get the example Makefile [2] to always run wget to try and download
remote.c but only rebuild remote.o and remote when remote.c was updated
by wget? With [2], make always runs wget and always runs gcc.