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