Skip to content

Instantly share code, notes, and snippets.

@GrooveStomp
Created July 26, 2016 16:52
Show Gist options
  • Save GrooveStomp/19900f5f6ad4b9398fefa929e1337078 to your computer and use it in GitHub Desktop.
Save GrooveStomp/19900f5f6ad4b9398fefa929e1337078 to your computer and use it in GitHub Desktop.
cleaning
make[1]: Entering directory `/home/aaron/code/dvtm'
cleaning
dvtm build options:
CFLAGS = -std=c99 -I. -DVERSION="0.15" -DNDEBUG -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_XOPEN_SOURCE_EXTENDED -UNDEBUG -O0 -g -ggdb -Wall -Wextra -Wno-unused-parameter
LDFLAGS = -lc -lutil -lncursesw
CC = cc
CC dvtm.c
CC vt.c
vt.c:487:13: warning: ‘buffer_row_last’ defined but not used
vt.c:518:13: warning: ‘buffer_row_prev’ defined but not used
CC -o dvtm
make[1]: Leaving directory `/home/aaron/code/dvtm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment