aboutsummaryrefslogtreecommitdiffstats
path: root/make/proxy.mk
blob: 168318623dc0552465efebd9e5c9ee3095a6326f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
THIS=$(notdir $(abspath .))

all:
	$(MAKE) -C .. build_$(THIS)

check:
	$(MAKE) -C .. check_$(THIS)

clean:
	$(MAKE) -C .. clean_$(THIS)