From b86d3361836935297c6aedb0318ed8a34e4c52f0 Mon Sep 17 00:00:00 2001 From: Felix Perktold Date: Sun, 18 Jan 2026 14:21:34 +0100 Subject: refactor lisp.h into public lisp_api.h and internal lisp.h --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a04723e..6feb95e 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ OBJS = lisp.o lisp.tab.o lex.yy.o main: main.c $(OBJS) $(CC) $(CFLAGS) -o $@ main.c $(OBJS) $(LIBS) -lisp.o: lisp.c lisp.h lex.yy.o +lisp.o: lisp.c lisp_api.h lisp.h lex.yy.o $(CC) $(CFLAGS) -c lisp.c lisp.tab.c lisp.tab.h: lisp.y -- cgit v1.2.3