aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJulian Seward <jseward@acm.org>1997-08-29 22:13:13 +0200
committerJulian Seward <jseward@acm.org>1997-08-29 22:13:13 +0200
commit1eb67a9d8f7f05ae310bc9ef297d176f3a3f8a37 (patch)
tree7320c524e6eca96193adda97d2cdb5d76d57920a /Makefile
parent33d134030248633ffa7d60c0a35a783c46da034b (diff)
downloadbzip2-1eb67a9d8f7f05ae310bc9ef297d176f3a3f8a37.tar.gz
bzip2-1eb67a9d8f7f05ae310bc9ef297d176f3a3f8a37.tar.bz2
bzip2-1eb67a9d8f7f05ae310bc9ef297d176f3a3f8a37.zip
bzip2-0.1pl2bzip2-0.1pl2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d124743..9d35b43 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
2CC = gcc 2CC = gcc
3SH = /bin/sh 3SH = /bin/sh
4 4
5CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -Wall -Winline -W 5CFLAGS = -O3 -fomit-frame-pointer -funroll-loops
6 6
7 7
8 8