From 374045d1f8a5c55301e453d3977f00bdc122fe5c Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Fri, 10 Feb 2012 18:17:39 +0100 Subject: enable phonetic and reciting mode --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0c2c47a..0ad24dd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ STRIP = strip CC = gcc -CFLAGS = -D__USE_INLINE__ -O3 -ffast-math -finline-functions -funroll-loops -fstrict-aliasing -Wall -I$(SRC)c64 +CFLAGS = -D__USE_INLINE__ -O3 -ffast-math -funroll-loops -Wall -Ic64 LDFLAGS = -lsndfile TARGET = sam_player -- cgit v1.2.3