Skip to content
  • Henrique Silva's avatar
    Makefile: output compilation files to separate folders · bd0583cf
    Henrique Silva authored
    Now compiled libraries are put on "lib" folder, while binary files go to
    "out" folder.
    "make clean" now removes only the project binaries and dependency files
    inside "src" folder.
    "make mrproper" runs "make clean" and additionally removes library
    folder and its objects
    bd0583cf