How to build simulator using gnumake

I want to try out the LittlevGL simulator project under Fedora linux but I do not want to use Eclipse CDT. Ideally I’d like to just be able to run an example “hello world” build using make (and assuming any necessary support libraries like SDL2 have been installed). Is there a way to do this?

–An emacs/make user

The PC simulator can be compiled using plain make. There is a simple Makefile in the project root.

Thanks! Worked beautifully!