blob: 53b24d254ef7eeedf42daa5a5bffa79e5841ebc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
(frame :width 100.
(prog :line 10 :mark "##" [
SKRIBILO = skribilo
all: demo.html demo.lout ##main-goal
demo.html: demo.skb
$(SKRIBILO) -t html demo.skb -o demo.html
demo.lout: demo.skb
$(SKRIBILO) -t lout demo.skb -o demo.lout
]))
(p [The main goal is specified on line ,(ref :line "main-goal").])
|