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