change representation of FoundThing
[ghc-hetmet.git] / utils / ghctags / Makefile
1 TOP=../..
2 include $(TOP)/mk/boilerplate.mk
3
4 HS_PROG = ghctags
5 SRC_HC_OPTS += -package ghc
6 HC=/usr/local/bin/ghc
7
8 CLEAN_FILES += Main.hi
9
10 INSTALL_PROGS += $(HS_PROG)
11
12 include $(TOP)/mk/target.mk
13