Reorganisation of the source tree
[ghc-hetmet.git] / utils / hasktags / Makefile
diff --git a/utils/hasktags/Makefile b/utils/hasktags/Makefile
new file mode 100644 (file)
index 0000000..99afec6
--- /dev/null
@@ -0,0 +1,10 @@
+TOP=../..
+include $(TOP)/mk/boilerplate.mk
+
+HS_PROG = hasktags
+
+CLEAN_FILES += Main.hi
+
+INSTALL_PROGS += $(HS_PROG)
+
+include $(TOP)/mk/target.mk