mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
c36ca76bb8
* Makefile.am: * examples/*: added the rest of the tutorial examples
9 lines
129 B
Makefile
9 lines
129 B
Makefile
|
|
CC = gcc
|
|
|
|
packbox: packbox.c
|
|
$(CC) `gtk-config --cflags` `gtk-config --libs` packbox.c -o packbox
|
|
|
|
clean:
|
|
rm -f *.o packbox
|