pkg-monitoring-plugins/config_test/Makefile

11 lines
101 B
Makefile
Raw Normal View History

2006-01-20 18:48:40 +00:00
all: child_test.c
gcc -o child_test child_test.c
test:
./run_tests 10
clean:
rm -f child_test