removed -static from makefile, since static compilation fails

This commit is contained in:
jan6 2020-02-11 16:47:06 +00:00
parent 8d450f5614
commit 1959e80789
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#
CC=/usr/bin/gcc
#CCOPTS=-Wall
CCOPTS=-static -O2
CCOPTS=-O2
CURSESLIB=ncurses
INSTALLDIR=/usr/local