simplysh / simple-make

No-fuss Makefile to use in small-scale C++ projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-make

No-fuss Makefile to use in small-scale C++ projects.

The goal is to produce a minimal, batteries-included Makefile which can compile successfully in Windows (MinGW), Linux, and Mac OS.

It should also have built-in support for SDL2.

Installing SDL2

Windows

Download the development libraries from the SDL2 home page. They should be named something like SDL2-devel-2.0.14-mingw.tar.gz.

Extract and copy the contents into your local MinGW installation.

About

No-fuss Makefile to use in small-scale C++ projects.

License:SIL Open Font License 1.1


Languages

Language:C++ 65.3%Language:Makefile 33.1%Language:C 1.6%