strace/test/Makefile
Dmitry V. Levin 414fe7d4d2 Cleanup trailing whitespaces and indentation that uses spaces before tabs
Correct spacing to fix warnings reported by
git diff --check 4b825dc642 HEAD

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
2009-07-08 14:57:27 +00:00

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