adding -lcurses for compiling with curses lib

This commit is contained in:
Thiago Auler 2017-11-20 12:43:26 -02:00 committed by GitHub
parent b671408ce3
commit f3d4cd7771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ rm -f $EXEC_NAME
# build all source code
for FILE in $SRC_FOLDER/*.c
do
cc -g -c $FILE -lcurses
cc -g -c $FILE
done
# move all objects to appropriate folder