HTMLify
Makefile
Views: 64 | Author: abh
1 2 3 4 5 | grep: main.c gcc main.c -o grep debug: main.c gcc -g main.c -o grep |
1 2 3 4 5 | grep: main.c gcc main.c -o grep debug: main.c gcc -g main.c -o grep |