dpryan79 / MethylDackel

A (mostly) universal methylation extractor for BS-seq experiments.
MIT License
164 stars 44 forks source link

do not recompile on "make test" and "make install" #130

Closed zemu-unile closed 2 years ago

zemu-unile commented 2 years ago

This patch removes ".PHONY" for version.h. .PHONY version.h causes make to not look for the version.h file so everything that depends on it will be rebuilt on every run of make. This causes

    make LIBBIGWIG=/some/path/libBigWig.a
    make test

to fail as make test will try to recompile MethylDackel without LIBBIGWIG set to /some/path/libBigWig.a