]> git.saurik.com Git - wxWidgets.git/blob - misc/theme_test/Makefile
don't modify the output variable if ToXXX() fails to convert (modified patch 1849041)
[wxWidgets.git] / misc / theme_test / Makefile
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