]> git.saurik.com Git - wxWidgets.git/blame_incremental - misc/theme_test/Makefile
fixing overrelease and out-of-bounds write, fixes #13725
[wxWidgets.git] / misc / theme_test / Makefile
... / ...
CommitLineData
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