1998-03-23 06:36:09 +00:00
|
|
|
|
|
|
|
CC = gcc
|
|
|
|
|
1998-11-07 16:12:37 +00:00
|
|
|
scribble-simple: scribble-simple.c
|
|
|
|
$(CC) `gtk-config --cflags` scribble-simple.c -o scribble-simple `gtk-config --libs`
|
1998-03-23 06:36:09 +00:00
|
|
|
|
|
|
|
clean:
|
1998-11-07 16:12:37 +00:00
|
|
|
rm -f *.o scribble-simple
|