Files
gtk/examples/scribble-xinput/Makefile
GMT 1999 Tony Gale 828b8b8600 New example code files.
Sat Nov 13 23:18:42 GMT 1999  Tony Gale  <gale@gtk.org>

New example code files.
1999-11-13 23:02:30 +00:00

9 lines
170 B
Makefile

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