Autotools incoporated

This commit is contained in:
2026-09-07 22:53:30 +05:30
parent 00a3d41e39
commit 6daffbffa5
34 changed files with 11569 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
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