repo.or.cz
/
vox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
moved back to old acc
[vox.git]
/
emscripten
/
Makefile
blob
5e95a2045b4f4a237e24384c96a572a7f8caae99
1
2
## you might want to change this path, if your vox binary isn't in $PATH
3
VOX
=
vox
4
5
# do not touch below or dragons will trample your house
6
BSCRIPT
=
make.vx
7
SBUILD
= $(
VOX
) $(
BSCRIPT
)
8
9
all
:
10
@
$(
SBUILD
)
11
12
rebuild
:
13
@
$(
SBUILD
)
rebuild
14
15
clean
:
16
@
$(
SBUILD
)
clean
17
18
dist-clean
:
clean
19
@
$(
SBUILD
)
dist-clean