gtk-config
共 1 篇文章
gtk-config 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 1 篇文章,持续更新中。
CC = gcc clist: clist.c $(CC) `gtk-config --cflags` clist.c -o clist `gtk-config --libs` c
CC = gcc
clist: clist.c
$(CC) `gtk-config --cflags` clist.c -o clist `gtk-config --libs`
clean:
rm -f *.o clist *.bak