forked from stephband/scribe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
executable file
·28 lines (23 loc) · 972 Bytes
/
Copy pathMakefile
File metadata and controls
executable file
·28 lines (23 loc) · 972 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
DEBUG=
# Tell make to ignore existing folders and allow overwriting existing files
.PHONY: literal modules
# Must format with tabs not spaces
#literal:
# deno run --allow-read --allow-env --allow-net --allow-write --allow-run --unstable ./lib/literal/deno/make-literal.js ./ debug
modules:
@rm -f deno.lock
rm -rf ./build
deno run --allow-read --allow-write --allow-net --allow-env --allow-run --no-lock --reload --config ./deno.json https://cdn.jsdelivr.net/gh/stephband/fn@master/deno/make-modules.js ./build/ \
module.js \
scribe-music/element.js
deno run --allow-read --allow-write --allow-net --allow-env --allow-run --no-lock --reload --config ./deno.json https://cdn.jsdelivr.net/gh/stephband/fn@master/deno/make-css.js ./build/ \
module.css \
fonts/ash.css \
fonts/bravura.css \
fonts/broadway.css \
fonts/jazz.css \
fonts/leipzig.css \
fonts/petaluma.css \
scribe-music/element.css \
scribe-music/shadow.css
@rm -f deno.lock