This(like here https://github.com/Granary/granary2/blob/data_reactor/clients/data_collider/Makefile#L25) is turning into a repeated pattern in clients. I think it would be nice if we have a way to generalize this. E.g. have a script in clients/user that does all allocator-specific symbol finding. Then, call that here. That way, we can eventually have a same-named script in clients/kernel, and do something like:
This(like here https://github.com/Granary/granary2/blob/data_reactor/clients/data_collider/Makefile#L25) is turning into a repeated pattern in clients. I think it would be nice if we have a way to generalize this. E.g. have a script in
clients/user
that does all allocator-specific symbol finding. Then, call that here. That way, we can eventually have a same-named script inclients/kernel
, and do something like: