summaryrefslogtreecommitdiff
path: root/ghc/misc
diff options
context:
space:
mode:
authorsof <unknown>1997-06-05 23:29:22 +0000
committersof <unknown>1997-06-05 23:29:22 +0000
commit61c2c8cf02aaf19e33645b0ffdc4f3e9fd953a70 (patch)
treec2561b7c5bbfc2488b26d001b58ea91394cef304 /ghc/misc
parent5a5362b0f4549a4dcf6746ced27e786514ec85d9 (diff)
downloadhaskell-61c2c8cf02aaf19e33645b0ffdc4f3e9fd953a70.tar.gz
[project @ 1997-06-05 23:29:22 by sof]
Makefile for new build setup
Diffstat (limited to 'ghc/misc')
-rw-r--r--ghc/misc/examples/hsh/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/ghc/misc/examples/hsh/Makefile b/ghc/misc/examples/hsh/Makefile
new file mode 100644
index 0000000000..c4a6d8ea7c
--- /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
+