mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-02-21 16:03:49 -04:00
2. Fix frame format. 3. Add multiple links support 4. Add missing libsodium init. Warn if not enough entropy is available 5. Add project logo
5 lines
161 B
Makefile
5 lines
161 B
Makefile
all: wfb-ng-std-draft.html
|
|
|
|
%.html: %.md
|
|
pandoc --self-contained -V include-before='<style>body {max-width:unset!important}</style>' --from markdown $^ -o $@
|