forked from Mirror/wfb-ng
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 $@
|