gtk/examples/wheelbarrow/Makefile
Shawn Amundson c36ca76bb8 Tue Mar 31 15:41:57 PST 1998 Shawn T. Amundson
* Makefile.am:
	* examples/*: added the rest of the tutorial examples
1998-03-31 23:43:49 +00:00

9 lines
149 B
Makefile

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