diff options
Diffstat (limited to 'zlib/Makefile')
-rw-r--r-- | zlib/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/zlib/Makefile b/zlib/Makefile new file mode 100644 index 0000000..6bba86c --- /dev/null +++ b/zlib/Makefile @@ -0,0 +1,5 @@ +all: + -@echo "Please use ./configure first. Thank you." + +distclean: + make -f Makefile.in distclean |