aboutsummaryrefslogtreecommitdiffhomepage
path: root/cbits
diff options
context:
space:
mode:
Diffstat (limited to 'cbits')
-rw-r--r--cbits/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/cbits/Makefile b/cbits/Makefile
deleted file mode 100644
index 824907e..0000000
--- a/cbits/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-TOP = ../..
-include $(TOP)/mk/boilerplate.mk
-
-HC = $(GHC_INPLACE)
-
-SRC_CC_OPTS += -Wall
-SRC_CC_OPTS += -I$(GHC_INCLUDE_DIR) -I$(GHC_RTS_DIR) -I../include
-
-LIBRARY = libHSunix_cbits.a
-LIBOBJS = $(C_OBJS)
-
-include $(TOP)/mk/target.mk