diff options
Diffstat (limited to 'config_test/Makefile')
| -rw-r--r-- | config_test/Makefile | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/config_test/Makefile b/config_test/Makefile index 295696e9..1064d569 100644 --- a/config_test/Makefile +++ b/config_test/Makefile | |||
| @@ -1,9 +1,11 @@ | |||
| 1 | 1 | ||
| 2 | all: child_test.c | 2 | all: child_test | 
| 3 | |||
| 4 | child_test: child_test.c | ||
| 3 | gcc -o child_test child_test.c | 5 | gcc -o child_test child_test.c | 
| 4 | 6 | ||
| 5 | test: | 7 | test: | 
| 6 | ./run_tests 10 | 8 | ./run_tests 10 100 > /dev/null | 
| 7 | 9 | ||
| 8 | clean: | 10 | clean: | 
| 9 | rm -f child_test | 11 | rm -f child_test | 
