summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2004-03-17 12:00:00 +0000
committerrepogen <>2004-03-17 12:00:00 +0000
commite7731a8fb8a317aa5c444ef073bfad82fa5baa54 (patch)
tree75b630332e6cdce8b40acf3282e1e8eee27b579e /Makefile
parent72286a8eeb927e1a33f24e9d99bb37ec5343ad45 (diff)
downloadlua-github-e7731a8fb8a317aa5c444ef073bfad82fa5baa54.tar.gz
Lua 5.0.25.0.2
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)