DEBSOURCES
Skip Quicknav
sources / wxpython4.0 / 4.2.3%2Bdfsg-2 / ext / wxWidgets / misc / theme_test / Makefile
12345678
CC = gcc test: test.c $(CC) `gtk-config --cflags` test.c -o test `gtk-config --libs` clean: rm -f *.o test