Makefile - bitreich-www - the bitreich www website generator | |
git clone git://bitreich.org/bitreich-www/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hh… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
Makefile (116B) | |
--- | |
1 # Generate the bitreich.org index.html. | |
2 | |
3 all: index.html | |
4 | |
5 index.html: | |
6 cat ?-* > index.html | |
7 | |
8 .PHONY: all index.html |