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 | 9669f718ab1bbff64fdaef74688909d8b4d85826 (patch) | |
tree | 82d8203c1a7c307b3f374c39e055bd4c06ac4bf9 /Makefile | |
parent | ca1f6675a16e306449246868d075a362fc57bead (diff) | |
download | st-9669f718ab1bbff64fdaef74688909d8b4d85826.tar.gz st-9669f718ab1bbff64fdaef74688909d8b4d85826.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}" |