From 61c2c8cf02aaf19e33645b0ffdc4f3e9fd953a70 Mon Sep 17 00:00:00 2001 From: sof <unknown> Date: Thu, 5 Jun 1997 23:29:22 +0000 Subject: [PATCH] [project @ 1997-06-05 23:29:22 by sof] Makefile for new build setup --- ghc/misc/examples/hsh/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ghc/misc/examples/hsh/Makefile diff --git a/ghc/misc/examples/hsh/Makefile b/ghc/misc/examples/hsh/Makefile new file mode 100644 index 000000000000..c4a6d8ea7ca7 --- /dev/null +++ b/ghc/misc/examples/hsh/Makefile @@ -0,0 +1,6 @@ +TOP = ../../.. +include $(TOP)/mk/boilerplate.mk +SRC_HC_OPTS += -syslib posix +HS_PROG=hsh +include $(TOP)/mk/target.mk + -- GitLab