Dmitry V. Levin
414fe7d4d2
Correct spacing to fix warnings reported by
git diff --check 4b825dc642
HEAD
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
13 lines
201 B
Makefile
13 lines
201 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
all: vfork fork sig skodic clone leaderkill childthread
|
|
|
|
leaderkill: LDFLAGS += -pthread
|
|
|
|
childthread: LDFLAGS += -pthread
|
|
|
|
clean distclean:
|
|
rm -f clone vfork fork sig leaderkill *.o core
|