From 245940209d5b8458f5d998783f7992573e2951bf Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Mon, 2 Dec 2019 18:02:37 -0500 Subject: Started implementing some pthreads support. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index df46e69..e4d801a 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ CFLAGS = $(PCC_CFLAGS) $(CFLAGS_EXTRA) OBJS = asmmon.o opcode.o sux.o OBJ_NAME = cisc-0.2 all : $(OBJS) - $(CC) $(OBJS) $(CFLAGS) -o $(OBJ_NAME) + $(CC) $(OBJS) $(CFLAGS) -lpthread -o $(OBJ_NAME) sux.o : $(CC) sux.c -c $(CFLAGS) -o sux.o opcode.o : -- cgit v1.2.3-13-gbd6f