gulachek / esmakefile

Make based build system in JavaScript
MIT License
0 stars 0 forks source link

Consider default / reserved targets #32

Open gulachek opened 8 months ago

gulachek commented 8 months ago

Currently following makefile for by default running first listed target. Is this really what we want? Or would having special targets like 'all' or 'default' be better?

gulachek commented 3 months ago

Current impression is that configuring a default goal would be useful. Otherwise if a target named 'default' exists use that, otherwise first target.

'all' as built in "update every target" doesn't make as much sense because it's common to have test commands, cleanup commands, etc. can be revisited but not planning on doing this part