summaryrefslogtreecommitdiff
path: root/examples/application9/Makefile.example
diff options
context:
space:
mode:
Diffstat (limited to 'examples/application9/Makefile.example')
-rw-r--r--examples/application9/Makefile.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/application9/Makefile.example b/examples/application9/Makefile.example
index 46a883e2cb..0561f77ca8 100644
--- a/examples/application9/Makefile.example
+++ b/examples/application9/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