projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Updated makefile for mobile sample.
[wxWidgets.git]
/
misc
/
theme_test
/
Makefile
Commit
Line
Data
3ac8d3bc
RR
1
2
CC = gcc
3
4
test: test.c
5
$(CC) `gtk-config --cflags` test.c -o test `gtk-config --libs`
6
7
clean:
8
rm -f *.o test