2D retro grapics engine with true raster effects for creating 8/16 bit style games · By megamarc
I download the code and install SDL2, and type make. It’s show error.
make: *** No targets specified and no makefile found. Stop.
Is anyone know how to compile on Mac?
Hi, there's a standard Makefile inside the src/ subdirectory, you must run make from within this folder. It's the same as Linux platform
Cool! I compile success on Mac. Much appreciate your work!