summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f630076..fcf20ce 100644
--- a/Makefile
+++ b/Makefile
@@ -129,6 +129,11 @@ RPMDIRS = BUILD BUILDROOT RPMS SRPMS SPECS
distclean: clean
rm -rf $(RPMDIRS) releases *.tar.gz rt-tests.spec tmp
+.PHONY: rebuild
+rebuild:
+ $(MAKE) clean
+ $(MAKE) all
+
.PHONY: changelog
changelog:
git log >ChangeLog