mirror of
https://github.com/eRgo35/dwm.git
synced 2025-12-17 22:16:10 +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
|