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