aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tests/mce-test/Makefile
blob: 7c80eb35f77731cf3227262a57c3fe96b79fb426 (plain)
1
2
3
4
5
6
7
.PHONY: all clean

all: 
	$(MAKE) -C tools

clean:
	$(MAKE) -C tools clean