gdb-best-friend/examples/multi-process/Makefile

8 lines
65 B
Makefile

all: run
run: segv
./segv
segv: segv.c
gcc -g -o segv segv.c