summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index de1d6b5..6f6af84 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ OBJS = asmmon.o sux.o
OBJ_NAME = cisc-0.2
all : clean $(OBJ_NAME)
cisc-0.2: $(OBJS)
- $(CC) $(OBJS) $(CFLAGS) -lpthread -lcurses -o $(OBJ_NAME)
+ $(CC) $(OBJS) $(CFLAGS) -lpthread -lcurses -ltinfo -o $(OBJ_NAME)
sux.o :
$(CC) sux.c -c $(CFLAGS) -o sux.o
asmmon.o :