mirror of
https://github.com/alecmuffett/real-world-onion-sites.git
synced 2025-01-03 11:30:52 -05:00
6 lines
78 B
Makefile
6 lines
78 B
Makefile
|
all:
|
||
|
( cat 01-preamble.md ; cat 02-footnotes.md ) > README.md
|
||
|
|
||
|
clean:
|
||
|
rm *~
|