summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-08-18 09:58:24 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-08-18 09:58:24 +0000
commit6f9b68c8de22fe540bfe85c2fabec4b967c6a80d (patch)
treebcdc970a7cd51c9edc74cfe2d428b7d2f7205b61 /Makefile
parentdcaf93a7432304b3479ed191607aa4cd2966baf3 (diff)
Removed useless constraints on return type at Sreturn instructions
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1470 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7bf5aa3..958bf9d 100644
--- a/Makefile
+++ b/Makefile
@@ -172,6 +172,9 @@ distclean:
$(MAKE) clean
rm -f Makefile.config
+check-admitted: $(FILES)
+ @grep -w 'admit\|Admitted\|ADMITTED' $^ || echo "Nothing admitted."
+
include .depend
FORCE: