summaryrefslogtreecommitdiff
path: root/src/common/GNUmakefile
blob: 917ce0e5cf016456383fa67b65212bf18471993f (plain) (blame)
1
2
3
4
5
6
7
.SUFFIXES:
common:
	${MAKE} -C ../.. common
clean:
	rm -r ../../obj/common/
%::
	${MAKE} -C ../.. obj/common/$@