re-ported to osx

This commit is contained in:
Abdulaziz Ghuloum 2006-11-30 18:14:48 -05:00
parent c9516d07d6
commit 04238a8c38
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
CFLAGS = -Wall -DNDEBUG -O3
CFLAGS = -I/opt/local/include -Wall -DNDEBUG -O3
#CFLAGS = -Wall -g
LDFLAGS = -g -ldl -lgmp -dynamic
LDFLAGS = -L/opt/local/lib -g -ldl -lgmp -dynamic
CC = gcc
all: ikarus

Binary file not shown.