mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
recompile script and .gitignore
This commit is contained in:
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
dwm/.dwm/config.h
|
||||
dwm/.dwm/dwm.o
|
||||
dwm/.dwm/util.o
|
||||
dwm/.dwm/dwm
|
||||
dwm/.dwm/drw.o
|
||||
4
dwm/.dwm/recompile
Executable file
4
dwm/.dwm/recompile
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -f ./config.h
|
||||
doas make clean install
|
||||
Reference in New Issue
Block a user