inikep / lzbench

lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors
885 stars 179 forks source link

enable out-of-tree builds #40

Closed nolange closed 6 years ago

nolange commented 6 years ago

use vpath directive to search in directories relative to the Makefile.

This allows building in arbitrary directories: cd /tmp/build; make -f /path/to/lzbench/Makefile

I also grouped identical rules