fix local makefiles to make it possible to rebuild binaries
[libc-test] / src / math / Makefile
index 998b7f4..d7070b0 100644 (file)
@@ -1,5 +1,5 @@
 all:
-%:
+%: FORCE
        $(MAKE) -C ../.. B=src src/math/$@
 .SUFFIXES:
-
+FORCE: ;