Add favicon to Makefile
234e7b99b3916def2fa9e020e435003787da7668
1 parent
4b8eaf46
Makefile
+1 -1
| 1 | 1 | PAGES := popol/ donate/ nakamoto/ |
|
| 2 | - | STATIC := css/ images/ fonts/ js/ |
|
| 2 | + | STATIC := css/ images/ fonts/ js/ favicon.png |
|
| 3 | 3 | ||
| 4 | 4 | default: |
|
| 5 | 5 | ./build ~/txt/pub . |
|
| 6 | 6 | ||
| 7 | 7 | publish: |