SameBoy icon indicating copy to clipboard operation
SameBoy copied to clipboard

Running `make` does nothing

Open absolutelynothinghere opened this issue 1 year ago • 7 comments

I tried running make and make sdl but there's no output, no errors, nothing.

absolutelynothinghere avatar Jan 12 '24 04:01 absolutelynothinghere

Any more details? What version of make (make -v)? What operating system?

LIJI32 avatar Jan 12 '24 10:01 LIJI32

I'm using GNU make 4.4.1 on Linux

absolutelynothinghere avatar Jan 12 '24 18:01 absolutelynothinghere

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?

LIJI32 avatar Jan 13 '24 13:01 LIJI32

Yes it prints:

Makefile:1: *** Test. Stop.

absolutelynothinghere avatar Jan 14 '24 17:01 absolutelynothinghere

@absolutelynothinghere does make V=1 make a difference?

orbea avatar Mar 03 '24 15:03 orbea

does make V=1 make a difference?

No.

absolutelynothinghere avatar Mar 10 '24 15:03 absolutelynothinghere