aboutsummaryrefslogtreecommitdiff
blob: a7bd973e595d02a812de683be215fe56581ef2d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
thisdir = qcheck
include ../subdir.mk

all: check

test check:
	$(Q)$(s)/dotest

clean:

.PHONY: all check clean test