Fix crash when !alias was called with more than two arguments.
[vomak.git] / Makefile
blobf60cc31941d73679048afc1b12724e4550eb32ee
3 .PHONY: build
5 all: build
7 configure:
8 ./waf configure
10 build:
11 ./waf build
13 clean:
14 ./waf clean
16 distclean:
17 ./waf distclean
19 doc: README
20 rst2html -stg --stylesheet=vomak.css README readme.html