codenamecpp / carnage3d

Reimplementation of Grand Theft Auto 1 [GTA1]
MIT License
477 stars 38 forks source link

Makefile improvements #12

Closed neuromancer closed 4 years ago

neuromancer commented 4 years ago

This PR includes:

  1. make clean to remove all compiled objects.
  2. make will use -j N by default, where N is half of the available cores.
codenamecpp commented 4 years ago

Looks good! Thanks!