summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 007b72d0..9ab901d4 100644
--- a/Makefile
+++ b/Makefile
@@ -96,4 +96,7 @@ lecho:
@make echo | grep = | sed -e 's/= /= "/' -e 's/$$/"/' #-e 's/""/nil/'
@echo "-- EOF"
+newer:
+ @find . -newer MANIFEST -type f
+
# (end of Makefile)