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