summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2010-10-15 16:19:21 +0300
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2010-10-15 16:19:21 +0300
commit62d960426ff98fa407a1b6d9946c921b3c9a9da9 (patch)
tree6cfa795ed016f4ed893df4325d84ac5bff3f761e /Makefile.am
parentc441f0cf43c92cfe89f7cf8fa0dbadaeee8ad951 (diff)
downloadrygel-62d960426ff98fa407a1b6d9946c921b3c9a9da9.tar.gz
build: Custom rule to remove .stamp files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 257de755..5df20afa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,3 +19,6 @@ $(top_srcdir)/.version:
echo $(VERSION) > $@-t && mv $@-t $@
dist-hook:
echo $(VERSION) > $(distdir)/.tarball-version
+
+vala-clean:
+ rm -f `find . -name "*.stamp"`