aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2010-08-31 11:02:17 +0200
committerAurélien Aptel <aurelien.aptel@gmail.com>2010-08-31 11:02:17 +0200
commit9669f718ab1bbff64fdaef74688909d8b4d85826 (patch)
tree82d8203c1a7c307b3f374c39e055bd4c06ac4bf9 /Makefile
parentca1f6675a16e306449246868d075a362fc57bead (diff)
downloadst-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5267411..920bd9a 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ OBJ = ${SRC:.c=.o}
all: options st
-options: options
+options:
@echo st build options:
@echo "CFLAGS = ${CFLAGS}"
@echo "LDFLAGS = ${LDFLAGS}"