From: sof Date: Thu, 5 Jun 1997 23:29:22 +0000 (+0000) Subject: [project @ 1997-06-05 23:29:22 by sof] X-Git-Tag: Approximately_1000_patches_recorded~340 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=61c2c8cf02aaf19e33645b0ffdc4f3e9fd953a70;p=ghc-hetmet.git [project @ 1997-06-05 23:29:22 by sof] Makefile for new build setup --- diff --git a/ghc/misc/examples/hsh/Makefile b/ghc/misc/examples/hsh/Makefile new file mode 100644 index 0000000..c4a6d8e --- /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 +