LIJI32 / SameBoy

Game Boy and Game Boy Color emulator written in C
https://sameboy.github.io/
Other
1.65k stars 207 forks source link

Running `make` does nothing #583

Open absolutelynothinghere opened 8 months ago

absolutelynothinghere commented 8 months ago

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

LIJI32 commented 8 months ago

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

absolutelynothinghere commented 8 months ago

I'm using GNU make 4.4.1 on Linux

LIJI32 commented 8 months ago

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?

absolutelynothinghere commented 8 months ago

Yes it prints:

Makefile:1: *** Test. Stop.

orbea commented 7 months ago

@absolutelynothinghere does make V=1 make a difference?

absolutelynothinghere commented 6 months ago

does make V=1 make a difference?

No.