From 2dd487db736b273f63e3706e7c237b809557db94 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 00000000..dd7da177 --- /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