fixed: was potentially storing stack-allocated name strings in the trackmap
[andemo] / Makefile
index 154c2ab..bf39c07 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,9 @@ $(bin): $(obj) Makefile $(libs)
 %.w32.o: %.c
        $(CC) -o $@ $(CFLAGS) -c $<
 
+$(libs_path)/%.a:
+       $(MAKE) -C libs
+
 .PHONY: clean
 clean:
        rm -f $(obj) $(bin)