moved back to old acc
[vox.git] / emscripten / Makefile
blob5e95a2045b4f4a237e24384c96a572a7f8caae99
2 ## you might want to change this path, if your vox binary isn't in $PATH
3 VOX = vox
5 # do not touch below or dragons will trample your house
6 BSCRIPT = make.vx
7 SBUILD = $(VOX) $(BSCRIPT)
9 all:
10 @$(SBUILD)
12 rebuild:
13 @$(SBUILD) rebuild
15 clean:
16 @$(SBUILD) clean
18 dist-clean: clean
19 @$(SBUILD) dist-clean