Add a Makefile for marp
This commit is contained in:
parent
255c6f8e20
commit
d664847fdc
1 changed files with 11 additions and 0 deletions
11
.marp/Makefile
Normal file
11
.marp/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
all: build
|
||||
|
||||
|
||||
build: theme.css
|
||||
|
||||
%.css: %.scss
|
||||
cd .. && npx node-sass --output-style compressed .marp/$< > .marp/$@
|
||||
|
||||
.PHONY: build
|
||||
|
Loading…
Reference in a new issue