Introduction to Makefiles

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2024

ความคิดเห็น • 9

  • @yash1152
    @yash1152 2 ปีที่แล้ว

    10:12 flag in gcc for explicitly saving the temporary / intermediate files: --save-temps

  • @yash1152
    @yash1152 2 ปีที่แล้ว

    2:09 the "structure" of the makefile follows, nice

  • @imrank340
    @imrank340 2 ปีที่แล้ว

    Ph yes every jack seems to be eager to demonstrate Makefile magic only on binary creation procedure.
    But never considered how to use Makefile to build Libraries, static, dynamic shared, archives, etc, concepts?

  • @singularity3555
    @singularity3555 3 ปีที่แล้ว +2

    great explanation!!

  • @yash1152
    @yash1152 2 ปีที่แล้ว +1

    8:24 you forget to expain what that $< dollar less than means?