After running make i get the output:
make: Nothing to be done for 'all'.
and after running make install, when i try to execute the bynary it says:
bash: /usr/local/bin/dwl-bar: cannot execute binary file: Exec format error
All I did was clone the repo, install the listed dependencies on the README, checkout a branch different from main, and then run the make and make install commands.
I'm on fedora 38
gnu make 4.4
gcc version 13.1.1 20230614 (Red Hat 13.1.1-4) (GCC)
After running make i get the output:
make: Nothing to be done for 'all'.
and after running make install, when i try to execute the bynary it says:
bash: /usr/local/bin/dwl-bar: cannot execute binary file: Exec format error
All I did was clone the repo, install the listed dependencies on the README, checkout a branch different from main, and then run the make and make install commands.
I'm on fedora 38 gnu make 4.4 gcc version 13.1.1 20230614 (Red Hat 13.1.1-4) (GCC)