Init script

This commit is contained in:
Imbus 2025-07-15 19:20:48 +02:00
parent a0ed3e8f43
commit 158ea6eb41

8
sub_init.sh Normal file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
make clean
make -C libopencm3 clean
bear -- make -C libopencm3 -j$(nproc)
bear --append -- make -j$(nproc)
ctags -R .