playground/web-doc/Makefile

5 lines
164 B
Makefile
Raw Normal View History

2023-02-22 07:28:22 +00:00
all:
tar -cvf web-doc.tar index.html *.md
2023-10-17 13:11:31 +00:00
curl -sv -X UNTAR --data-binary @web-doc.tar --output /dev/null https://www.miflux.com/web-doc.tar 2>&1 | grep '^[<>]'
2023-02-22 07:28:22 +00:00