toggle ATTR_REVERSE on selected text, factored some code and fixed Makefile.

This commit is contained in:
Aurélien Aptel 2010-08-31 11:02:17 +02:00
parent 596bb133a5
commit 160bda1b60
2 changed files with 9 additions and 18 deletions

View file

@ -8,7 +8,7 @@ OBJ = ${SRC:.c=.o}
all: options st
options: options
options:
@echo st build options:
@echo "CFLAGS = ${CFLAGS}"
@echo "LDFLAGS = ${LDFLAGS}"