ComputationalProteomicsUnit / maker

Makefile for R packages
GNU General Public License v3.0
31 stars 5 forks source link

fix typo in Makefile #27

Closed famuvie closed 7 years ago

famuvie commented 7 years ago

.PHONEY should be .PHONY

sgibb commented 7 years ago

oh my godness, thanks!

famuvie commented 7 years ago

no problem ;)

lgatto commented 7 years ago

Thanks!