projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Committing in .
[wxWidgets.git]
/
contrib
/
Makefile.in
Commit
Line
Data
e8482f24
GL
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
56d2f750
VS
11
cd utils; make clean
12
e8482f24
GL
13
14
samples:
15
cd samples; make