From: sof Date: Sat, 8 Aug 1998 19:26:34 +0000 (+0000) Subject: [project @ 1998-08-08 19:26:34 by sof] X-Git-Tag: Approx_2487_patches~465 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=533636488f7de20c925473ba712cd627a9a346cf;p=ghc-hetmet.git [project @ 1998-08-08 19:26:34 by sof] Makefile to go with socket tests --- diff --git a/ghc/tests/lib/socket/Makefile b/ghc/tests/lib/socket/Makefile new file mode 100644 index 0000000..7fbd644 --- /dev/null +++ b/ghc/tests/lib/socket/Makefile @@ -0,0 +1,9 @@ +TOP = ../.. +include $(TOP)/mk/boilerplate.mk +include $(TOP)/mk/should_run.mk + +HC_OPTS += -dcore-lint -syslib posix -syslib misc -fglasgow-exts + +.PRECIOUS: %.o %.bin + +include $(TOP)/mk/target.mk