diff options
Diffstat (limited to 'examples/application6/Makefile.example')
-rw-r--r-- | examples/application6/Makefile.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/application6/Makefile.example b/examples/application6/Makefile.example index bd31b546f9..418cc4d18b 100644 --- a/examples/application6/Makefile.example +++ b/examples/application6/Makefile.example @@ -27,7 +27,8 @@ exampleapp: $(OBJS) gschemas.compiled $(CC) -o $(@F) $(LIBS) $(OBJS) clean: - rm -f org.gtk.exampleapp.gschema.xml.valid + rm -f org.gtk.exampleapp.gschema.valid rm -f gschemas.compiled rm -f resources.c rm -f $(OBJS) + rm -f exampleapp |