forked from AuroraMiddleware/gtk
c36ca76bb8
* Makefile.am: * examples/*: added the rest of the tutorial examples
9 lines
124 B
Makefile
9 lines
124 B
Makefile
|
|
CC = gcc
|
|
|
|
rulers: rulers.c
|
|
$(CC) `gtk-config --cflags` `gtk-config --libs` rulers.c -o rulers
|
|
|
|
clean:
|
|
rm -f *.o rulers
|