Files
ANSI-C-Programming-Language/chapter-01/3.0-word-count/Makefile
T
2024-05-23 13:35:47 -06:00

3 lines
38 B
Makefile

all:
gcc -o word-count.x86_64 main.c