Code

ECHILD error at waitpid on Red Hat systems (Peter Pramberger and
[nagiosplug.git] / config_test / Makefile
2 all: child_test.c
3         gcc -o child_test child_test.c
5 test:
6         ./run_tests 10
8 clean:
9         rm -f child_test