This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/wxWidgets-3.0.5/misc/theme_test/Makefile

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