Files
2026-09-07 22:53:30 +05:30

15 lines
399 B
Plaintext

bin_PROGRAMS += CelsiusToFahr \
fahrToCelsius \
file_copying \
hello \
temperatureTable
CelsiusToFahr_SOURCES = 01-chapter/CelsiusToFahr.c
fahrToCelsius_SOURCES = 01-chapter/fahrToCelsius.c
file_copying_SOURCES = 01-chapter/file_copying.c
hello_SOURCES = 01-chapter/hello.c
temperatureTable_SOURCES = 01-chapter/temperatureTable.c