]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixed default rule for lib/Makefile 2176/head
authorYann Collet <cyan@fb.com>
Mon, 25 May 2020 13:50:45 +0000 (06:50 -0700)
committerYann Collet <cyan@fb.com>
Mon, 25 May 2020 13:50:45 +0000 (06:50 -0700)
commit39a32f40c91c306898d771962aab5bd22235554f
tree9198974ded5cd567a5aabcb9b6a072b50376d8a5
parent9eb2ccc9fbeaed4c1ce57964185eaa5af8cef970
fixed default rule for lib/Makefile

default rule is `lib-release`

`lib-release` wasn't working : it was just skipped.

Removing `lib-release` from the list of .PHONY targets fixes it.

Same for `lib-mt`.
lib/Makefile