diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-05-20 12:45:23 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-05-20 12:45:23 +0200 |
| commit | 8240eff87bb928e12a093cc37aae78576cdf4f6c (patch) | |
| tree | fada3c8d25be0923327697d9480adcdeda3d53ce /build.jst | |
| parent | 44b67786e23d4254b918f4ebaae5459f463979e6 (diff) | |
| download | libstrvec-c-8240eff87bb928e12a093cc37aae78576cdf4f6c.tar.gz libstrvec-c-8240eff87bb928e12a093cc37aae78576cdf4f6c.zip | |
Make struct non-opaque and fix build.jst
Diffstat (limited to 'build.jst')
| -rw-r--r-- | build.jst | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -24,14 +24,20 @@ target build target lib/liballoc/build/liballoc.a just lib/liballoc +target lib/libdvec/build/libdvec.a + just lib/libdvec + target build/libstrvec.a - liba src/strvec.c lib/liballoc/build/liballoc.a | build + liba src/strvec.c + lib/liballoc/build/liballoc.a | build target build/libstrvec.so libso src/strvec.c | build target build/test - cc src/test.c build/libstrvec.a $liballoc | build + cc src/test.c build/libstrvec.a + lib/liballoc/build/liballoc.a + lib/libdvec/build/libdvec.a | build command clean rm -rf build |
