Skip to content

Instantly share code, notes, and snippets.

@jperras
Created March 15, 2011 20:27
Show Gist options
  • Save jperras/871398 to your computer and use it in GitHub Desktop.
Save jperras/871398 to your computer and use it in GitHub Desktop.
%.d : %.c
@set -e; rm -f $@; $(CC) -M $(CPPFLAGS) $< > $@.$$$$; \
sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' < $@.$$$$ > $@; rm -f $@.$$$$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment