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