Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
# Makefile.a .DEFAULT: $(MAKE) -f Makefile.b $(MAKECMDGOALS) # Makefile.b test1: $(MAKE) -f Makefile.a foo bar test2: $(MAKE) -f Makefile.b foo bar foo: @echo foo bar: @echo bar # make -f Makefile.a test1 gives foo and bar twice # make -f Makefile.a test2 gives foo and bar once
This paste will be private.
From the Design Piracy series on my blog: