Changes between Version 13 and Version 14 of Makefile


Ignore:
Timestamp:
Apr 27, 2016, 4:15:15 PM (8 years ago)
Author:
Mattia Monga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Makefile

    v13 v14  
    4141   }}}
    4242
    43 A questo punto si può automatizzare la produzione di `somma` con un `Makefile`
     43A questo punto si può automatizzare la produzione di `somma` con un `Makefile` in modo da poter "costruire" `somma` con un `make all`
    4444
    4545
    4646 * `Makefile`
    4747
    48     {{{#!make
     48    {{{#!Makefile
    4949.PHONY: all clean
    5050