luismrsilva / cg-micromachines

3D version of the first MicroMachines game, made for the Computer Graphics course (2015/2016) at IST, CS BSc
1 stars 0 forks source link

'all' is now the default make target #51

Closed nuno-silva closed 8 years ago

nuno-silva commented 8 years ago

It was already the first in the Makefile, but was preceded by .d includes,making obj/Box.o the default target:

cg-micromachines$ make
make: `obj/Box.o' is up to date.

Some people, myself included, expect the default target to be 'all'', so we can just invoke make with no arguments.