summaryrefslogtreecommitdiff
path: root/examples/menu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/menu/Makefile')
-rw-r--r--examples/menu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/menu/Makefile b/examples/menu/Makefile
index 630d3f297..3cfbe6c64 100644
--- a/examples/menu/Makefile
+++ b/examples/menu/Makefile
@@ -9,10 +9,10 @@ menu: menu.c
menufactory: menufactory.o mfmain.o
$(CC) `gtk-config --libs` menufactory.o mfmain.o -o menufactory
-menufactory.o:
+menufactory.o: menufactory.c mfmain.h
$(CC) `gtk-config --cflags` -c menufactory.c -o menufactory.o
-mfmain.o:
+mfmain.o: mfmain.c mfmain.h menufactory.h
$(CC) `gtk-config --cflags` -c mfmain.c -o mfmain.o
clean: