From a5e9c4f8d151b11dbd3e69cfb39060e3b4a7580c Mon Sep 17 00:00:00 2001 From: keie Date: Mon, 17 Dec 1984 15:52:04 +0000 Subject: [PATCH] *** empty log message *** --- util/shf/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 util/shf/Makefile diff --git a/util/shf/Makefile b/util/shf/Makefile new file mode 100644 index 000000000..dd7da1775 --- /dev/null +++ b/util/shf/Makefile @@ -0,0 +1,16 @@ +# $Header$ + +install: + cp march.sh ../../bin/march + +clean: + @echo always clean + +cmp: + cmp march.sh ../../bin/march + +opr: + make pr|opr + +pr: + pr march.sh -- 2.34.1