Skip to content
  • Lucas Russo's avatar
    libclient/Makefile: fix wrong special variable in library rule · a8d5fb18
    Lucas Russo authored
    Previously, we were using $?, meaning "all the prerequisites that
    are newer than the target", which is wrong as the library is composed
    of all of the objects specified in the prerequisites. Now, it was
    changed to $^, meaning "all the prerequisites".
    
    This fixes #78 github issue.
    a8d5fb18