diff options
Diffstat (limited to 'examples/notebook/Makefile')
-rw-r--r-- | examples/notebook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/notebook/Makefile b/examples/notebook/Makefile index 2b676aee20..b831d3380e 100644 --- a/examples/notebook/Makefile +++ b/examples/notebook/Makefile @@ -2,7 +2,7 @@ CC = gcc notebook: notebook.c - $(CC) `gtk-config --cflags` `gtk-config --libs` notebook.c -o notebook + $(CC) `gtk-config --cflags` notebook.c -o notebook `gtk-config --libs` clean: rm -f *.o notebook |