1 2 3 4 5 6 7 8 9 pre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } span.line# Top level makefile, the real shit is at src/Makefile # default: all .DEFAULT: cd src && "$(MAKE)" $@ cd utils && "$(MAKE)" $@ doc: cd doc && "$(MAKE)" .PHONY: doc
# Top level makefile, the real shit is at src/Makefile # default: all .DEFAULT: cd src && "$(MAKE)" $@ cd utils && "$(MAKE)" $@ doc: cd doc && "$(MAKE)" .PHONY: doc