1 2 3 4 5 6 7
all: pathfind dmesg dmesg: dmesg.c cc dmesg.c -o dmesg pathfind: pathfind.c cc pathfind.c -o pathfind