adding a bunch of stuff (vim, nvim, bspwm)

This commit is contained in:
tonitch
2025-01-06 21:22:17 +01:00
parent 851e88be15
commit 082824261b
5 changed files with 18 additions and 3 deletions

View File

@ -20,10 +20,14 @@ $0
clean:
rm -f *.o
rm -f $1
rm -f tags compile_commands.json
bear: clean
bear -- make
tags:
ctags **.{c,h}
run: $1
./$<