HarveyHunt / howm

A lightweight, X11 tiling window manager that behaves like vim
GNU General Public License v2.0
649 stars 24 forks source link

Makefile: make install only accounts for release build #68

Open AladW opened 6 years ago

AladW commented 6 years ago

When doing "make debug" followed by "make install", latter step fails as it looks for the release path.

See: https://github.com/HarveyHunt/howm/blob/master/Makefile#L52