From 1959e8078973a852c4df066792aa8699e2991856 Mon Sep 17 00:00:00 2001 From: jan6 Date: Tue, 11 Feb 2020 16:47:06 +0000 Subject: [PATCH] removed -static from makefile, since static compilation fails --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e3b8f84..667322d 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # CC=/usr/bin/gcc #CCOPTS=-Wall -CCOPTS=-static -O2 +CCOPTS=-O2 CURSESLIB=ncurses INSTALLDIR=/usr/local