wxWidgets/misc/theme_test/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
115 B
Makefile
Raw Normal View History

CC = gcc
test: test.c
$(CC) `gtk-config --cflags` test.c -o test `gtk-config --libs`
clean:
rm -f *.o test