Implement standalone Makefiles for most of the bins and rework main Makefile.

This commit is contained in:
parazyd
2023-08-29 10:42:20 +02:00
parent 39e9d77e67
commit 41bf60570a
21 changed files with 394 additions and 74 deletions

View File

@@ -41,7 +41,7 @@ jobs:
- name: Compile all bins
run: |
./contrib/compile_all_bins.sh
make
feature-powerset:
name: Test crate feature powerset on ${{ matrix.os }}