fix local makefiles to make it possible to rebuild binaries
[libc-test] / src / regression / Makefile
1 all:
2 %: FORCE
3         $(MAKE) -C ../.. B=src src/regression/$@
4 .SUFFIXES:
5 FORCE: ;