Init script
This commit is contained in:
parent
a0ed3e8f43
commit
158ea6eb41
1 changed files with 8 additions and 0 deletions
8
sub_init.sh
Normal file
8
sub_init.sh
Normal 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 .
|
Loading…
Add table
Reference in a new issue