245a6ac0e7
Include example of nasty program where strace (by design) gives incorrect output.
10 lines
77 B
Makefile
10 lines
77 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
all: fork sig skodic
|
|
|
|
clean distclean:
|
|
rm -f fork sig *.o core
|
|
|