From 491972c80d29d9d99fd9b402e628f0959fee033d Mon Sep 17 00:00:00 2001 From: Kashif Shah Date: Sun, 21 May 2023 03:29:29 +0000 Subject: [PATCH] configured Makefile for building on SDF cluster --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index f59da18..5525a66 100644 --- a/Makefile +++ b/Makefile @@ -27,18 +27,18 @@ CC = gcc ### Select one of the following that is appropriate for your curses... ### Comment ALL of them out if you are using opcurses #LIBS = -lncurses -ltermcap -#LIBS = -lcurses -ltermlib +LIBS = -lcurses -ltermlib #LIBS = -lpdcurses #Linux links in term?? automatically. #LIBS = -lncurses ### uncomment to use "op-curses" package -OPDEF = -DUSE_OPCURSES -CUROBJ = ../opcurses/curses.o ../opcurses/curgtk.o +#OPDEF = -DUSE_OPCURSES +#CUROBJ = ../opcurses/curses.o ../opcurses/curgtk.o ### uncomment to compile using opcurses GTK+ driver -CPPFLAGS = `gtk-config --cflags` -DUSE_OPCURSES -LDFLAGS = `gtk-config --libs` +#CPPFLAGS = `gtk-config --cflags` -DUSE_OPCURSES +#LDFLAGS = `gtk-config --libs` #################### that's it for changing the Makefile ####################