aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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