Reorganisation of the source tree
[ghc-hetmet.git] / utils / unlit / Makefile
diff --git a/utils/unlit/Makefile b/utils/unlit/Makefile
new file mode 100644 (file)
index 0000000..15e7fc4
--- /dev/null
@@ -0,0 +1,16 @@
+TOP=../..
+include $(TOP)/mk/boilerplate.mk
+
+C_SRCS=unlit.c
+C_PROG=unlit
+SRC_CC_OPTS += -O
+
+# Get it over with!
+boot :: all
+
+#
+# Install unlit in lib/
+#
+INSTALL_LIBEXECS += $(C_PROG)
+
+include $(TOP)/mk/target.mk