diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2000-11-12 15:11:50 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2000-11-12 15:11:50 +0000 |
| commit | 6195412005a6204c69f4ad0c57d191c2d8a58482 (patch) | |
| tree | 6163394f7b023f15674ed6684001627b6e647996 | |
| parent | 4e120f34a5bfeab2a74d463177f14cf1fa8c49a0 (diff) | |
Added empty actions for all: and install:
| -rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index dd2918c52..50d5e8eb8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,7 @@ +all: +install: + test: ./runtests.sh |
