projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fix error (more arguments for wxString::Format than specifiers) occurring because...
[wxWidgets.git]
/
utils
/
helpview
/
Makefile.in
Commit
Line
Data
31d77a5f
JS
1
2
all:
3
cd src; $(MAKE)
4
5
clean:
6
cd src; $(MAKE) clean
7