1
0
Fork 0
Commit Graph

4 Commits (2a8bbc82dc62cc675a2226630f1d5e135e547b20)

Author SHA1 Message Date
Leonard Koenig 2a8bbc82dc Makefile: Use just one makefile; improvements
- Do not use wildcards to generate the list of sources (this has many
   problems and is discouraged, especially for bigger problems)
 - Specify the toolchain to be used through implicit variables
    * mingw32 vs. i686-w64-mingw32
    * g++ vs clang++
 - Use g++ binary instead of gcc
 - automatically generate dependencies (header files) for compilation
2018-06-20 15:48:56 +02:00
galaxyhaxz f1af151393
Delete .gitignore 2018-06-06 21:29:57 -05:00
galaxyhaxz 3fed670473
Add files via upload 2018-06-06 21:22:26 -05:00
galaxyhaxz 362049a7c1
Create .gitignore 2018-06-06 21:20:54 -05:00