summaryrefslogtreecommitdiff
path: root/testsuite/Makefile
blob: e40c6523a648359c842b9c65ce2e52a7607913c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TOP = .
include $(TOP)/mk/boilerplate.mk

SUBDIRS = timeout utils

CLEAN_FILES += mk/wordsize.mk

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

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

include $(TOP)/mk/target.mk