fix: LIBS have libtest.a dependency as well
[libc-test] / src / math / Makefile
index 9001a76..7be5f7a 100644 (file)
@@ -1,4 +1,4 @@
-TROOT=../..
-include $(TROOT)/Makefile.inc
+all:
+%:
+       $(MAKE) -C ../.. src/math/$@
 
-CFLAGS += -D_GNU_SOURCE