]> git.saurik.com Git - wxWidgets.git/blame - misc/theme_test/Makefile
re-added wxUSE_MS_HTML_HELP to setup.h.in once again, it *IS* needed for mingw and...
[wxWidgets.git] / misc / theme_test / Makefile
CommitLineData
3ac8d3bc
RR
1
2CC = gcc
3
4test: test.c
5 $(CC) `gtk-config --cflags` test.c -o test `gtk-config --libs`
6
7clean:
8 rm -f *.o test