repo.or.cz
/
vomak.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix crash when !alias was called with more than two arguments.
[vomak.git]
/
Makefile
blob
f60cc31941d73679048afc1b12724e4550eb32ee
1
2
3
.PHONY
:
build
4
5
all
:
build
6
7
configure
:
8
.
/
waf configure
9
10
build
:
11
.
/
waf build
12
13
clean
:
14
.
/
waf
clean
15
16
distclean
:
17
.
/
waf
distclean
18
19
doc
:
README
20
rst2html
-
stg
--
stylesheet
=
vomak.css README readme.html