diff options
author | Aki <please@ignore.pl> | 2021-09-29 21:49:26 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2021-09-29 21:49:26 +0200 |
commit | 6ebfc6e07d5c4fc701ce522391616550d197881a (patch) | |
tree | 2920edb59c581d37e0f57448898bcd2fb8b5a4ea /zlib/Makefile | |
parent | be0a9e251a9c217ce49ac84c3ad6e5383b2d3f4a (diff) | |
download | starshatter-6ebfc6e07d5c4fc701ce522391616550d197881a.zip starshatter-6ebfc6e07d5c4fc701ce522391616550d197881a.tar.gz starshatter-6ebfc6e07d5c4fc701ce522391616550d197881a.tar.bz2 |
Removed zlib
Diffstat (limited to 'zlib/Makefile')
-rw-r--r-- | zlib/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/zlib/Makefile b/zlib/Makefile deleted file mode 100644 index 6bba86c..0000000 --- a/zlib/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -all: - -@echo "Please use ./configure first. Thank you." - -distclean: - make -f Makefile.in distclean |