diff options
author | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-08-31 11:02:17 +0200 |
---|---|---|
committer | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-08-31 11:02:17 +0200 |
commit | 160bda1b60148ce8f7d3b001ada2b12f1da9e152 (patch) | |
tree | 82d8203c1a7c307b3f374c39e055bd4c06ac4bf9 /Makefile | |
parent | 596bb133a55a6aba13b55795a9a38e29fcf1b38b (diff) | |
download | st-160bda1b60148ce8f7d3b001ada2b12f1da9e152.tar.gz st-160bda1b60148ce8f7d3b001ada2b12f1da9e152.tar.bz2 |
toggle ATTR_REVERSE on selected text, factored some code and fixed Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ OBJ = ${SRC:.c=.o} all: options st -options: options +options: @echo st build options: @echo "CFLAGS = ${CFLAGS}" @echo "LDFLAGS = ${LDFLAGS}" |