martanne / dvtm

dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs.
MIT License
843 stars 108 forks source link

Building on OpenBSD #125

Open hmontone opened 2 years ago

hmontone commented 2 years ago

I am trying to build the currently latest commit on OpenBSD. There exists a solution for SIGWINCH -problem, but it also seems that Makefile uses $^ which I believe is GNU-specific. At least for now $< could be used instead, yes?

https://github.com/martanne/dvtm/blob/7bcf43f8dbd5c4a67ec573a1248114caa75fa3c2/Makefile#L20