summaryrefslogtreecommitdiffhomepage
path: root/src/variable.c
diff options
context:
space:
mode:
authorunak <[email protected]>2014-03-07 12:11:10 +0900
committerunak <[email protected]>2014-03-07 12:11:10 +0900
commit8ee5b0196bdd47bcd89c276c63145610d89bcd9e (patch)
tree63ce61938e97fc8de75cf231054520e1eb3fa2b2 /src/variable.c
parente40428af7b02870663a6c052496c176c22c5e875 (diff)
downloadmruby-8ee5b0196bdd47bcd89c276c63145610d89bcd9e.tar.gz
mruby-8ee5b0196bdd47bcd89c276c63145610d89bcd9e.zip
.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.
Diffstat (limited to 'src/variable.c')
0 files changed, 0 insertions, 0 deletions