mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
.PHONY should be placed after `all'
Because some make (e.g. nmake) recognize it as a normal rule definition and if it's the first rule, make runs it as a default rule. Consequently `all', `test' and `clean' are all ran (because they are depended by .PHONY), and builded files are cleaned.
This commit is contained in: