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 ca1f6675a1
commit 9669f718ab
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}"