bakkeby / dusk

Just another fork of dwm
MIT License
154 stars 21 forks source link

Optimise & Simplify Installation #22

Open fesowowako opened 6 months ago

fesowowako commented 6 months ago

This PR includes two key updates:

  1. Code optimisation for the machine's specific CPU architecture, enhancing performance by tailoring the compiled code to the host's CPU.
  2. Simplification of the Makefile by replacing cp commands with install, streamlining file copying and permission setting.