SameBoy
SameBoy copied to clipboard
Running `make` does nothing
I tried running make and make sdl but there's no output, no errors, nothing.
Any more details? What version of make (make -v)? What operating system?
I'm using GNU make 4.4.1 on Linux
This is odd, the same version of GNU Make works on my VM. Can you try adding $(error Test) as the first line in the Makefile and see if it prints?
Yes it prints:
Makefile:1: *** Test. Stop.
@absolutelynothinghere does make V=1 make a difference?
does
make V=1make a difference?
No.