Files
wxWidgets/misc/theme_test/Makefile
T
2000-01-08 16:26:41 +00:00

9 lines
115 B
Makefile

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