issues
search
codenamecpp
/
carnage3d
Reimplementation of Grand Theft Auto 1 [GTA1]
MIT License
481
stars
38
forks
source link
Makefile improvements
#12
Closed
neuromancer
closed
5 years ago
neuromancer
commented
5 years ago
This PR includes:
make clean
to remove all compiled objects.
make
will use
-j N
by default, where
N
is half of the available cores.
codenamecpp
commented
5 years ago
Looks good! Thanks!
This PR includes:
make clean
to remove all compiled objects.make
will use-j N
by default, whereN
is half of the available cores.