summaryrefslogtreecommitdiff
path: root/testsuite/Makefile
blob: eae36c6b07eb07d93cc43062dfc4be11a61e305c (plain)
1
2
3
4
5
6
7
8
9
TOP = .
include $(TOP)/mk/boilerplate.mk

all:
	cd tests/ghc-regress && $(MAKE) $(MFLAGS)

clean distclean:
	$(MAKE) -C timeout $@