Reorganisation of the source tree
[ghc-hetmet.git] / utils / hasktags / Makefile
1 TOP=../..
2 include $(TOP)/mk/boilerplate.mk
3
4 HS_PROG = hasktags
5
6 CLEAN_FILES += Main.hi
7
8 INSTALL_PROGS += $(HS_PROG)
9
10 include $(TOP)/mk/target.mk