aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ac69ed9..ccf0a56 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ LDFLAGS=libz.a
28LDSHARED=$(CC) 28LDSHARED=$(CC)
29CPP=$(CC) -E 29CPP=$(CC) -E
30 30
31VER=1.2.0.5 31VER=1.2.0.6
32LIBS=libz.a 32LIBS=libz.a
33SHAREDLIB=libz.so 33SHAREDLIB=libz.so
34 34
@@ -137,7 +137,7 @@ uninstall:
137mostlyclean: clean 137mostlyclean: clean
138clean: 138clean:
139 rm -f *.o *~ example minigzip libz.a libz.so* foo.gz so_locations \ 139 rm -f *.o *~ example minigzip libz.a libz.so* foo.gz so_locations \
140 _match.s maketree 140 _match.s maketree contrib/infback9/*.o
141 141
142maintainer-clean: distclean 142maintainer-clean: distclean
143distclean: clean 143distclean: clean