Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing makefile_ios #10

Open
trufae opened this issue Dec 12, 2016 · 0 comments
Open

Missing makefile_ios #10

trufae opened this issue Dec 12, 2016 · 0 comments

Comments

@trufae
Copy link

trufae commented Dec 12, 2016

this one worked for me:

# makefile for newLISP v. 10.x.x on OS without readline

OBJS = newlisp.o nl-symbol.o nl-math.o nl-list.o nl-liststr.o nl-string.o nl-filesys.o \
	nl-sock.o nl-import.o nl-xml-json.o nl-web.o nl-matrix.o nl-debug.o pcre.o nl-utf8.o

CFLAGS = -m32 -Wall -O1 -c -DMAC_OSX

CC = cc

default: $(OBJS)
	$(CC) $(OBJS) -m32 -lm -o newlisp

.c.o:
	$(CC) $(CFLAGS) $<

$(OBJS): primes.h protos.h makefile_darwin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant