diff options
Diffstat (limited to 'examples/menu/Makefile')
-rw-r--r-- | examples/menu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/menu/Makefile b/examples/menu/Makefile index 3cfbe6c648..b9db74f44f 100644 --- a/examples/menu/Makefile +++ b/examples/menu/Makefile @@ -4,7 +4,7 @@ CC = gcc all: menu menufactory menu: menu.c - $(CC) `gtk-config --cflags` `gtk-config --libs` menu.c -o menu + $(CC) `gtk-config --cflags` menu.c -o menu `gtk-config --libs` menufactory: menufactory.o mfmain.o $(CC) `gtk-config --libs` menufactory.o mfmain.o -o menufactory |