gdb-best-friend/examples/multi-process/Makefile
Sergio Durigan Junior dd97dffcfb Adding slides in en_US
This commit adds the slides in en_US, and also the examples.
2014-10-16 18:47:50 -04:00

7 lines
65 B
Makefile

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