diff options
Diffstat (limited to 'examples/application4/Makefile.example')
-rw-r--r-- | examples/application4/Makefile.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/application4/Makefile.example b/examples/application4/Makefile.example index 97b2265930..cc560535ac 100644 --- a/examples/application4/Makefile.example +++ b/examples/application4/Makefile.example @@ -18,7 +18,7 @@ resources.c: exampleapp.gresource.xml window.ui app-menu.ui $(CC) -c -o $(@F) $(CFLAGS) $< exampleapp: $(OBJS) - $(CC) -o $(@F) $(LIBS) $(OBJS) + $(CC) -o $(@F) $(OBJS) $(LIBS) clean: rm -f $(BUILT_SRC) |