mirror of
https://github.com/eRgo35/dwm.git
synced 2025-12-16 13:46:11 +01:00
5 lines
78 B
Bash
Executable File
5 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -f config.h patches.h
|
|
make clean && make && sudo make install
|