Skip to content
  • Florian Margaine's avatar
    improve makefiles · f914171e
    Florian Margaine authored and Marius Gerbershagen's avatar Marius Gerbershagen committed
    Fix copy of header files. This was accidentally working thanks to the
    `cp -rf $(srcdir)/h/*.h` that existed, but it means that editing any
    header file (except the internal.h one) would not recompile
    appropriately.
    
    Replace deprecated suffix rules with modern equivalents, list header
    files as dependencies for .d files.
    f914171e