projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
fixed a warning and detabified
[wxWidgets.git]
/
contrib
/
Makefile.in
1
#
2
# Makefile : Builds wxWindows utils for Unix.
3
#
4
5
all:
6
cd src; make
7
8
clean:
9
cd src; make clean
10
cd samples; make clean
11
cd utils; make clean
12
13
14
samples:
15
cd samples; make