aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Aurélien Aptel <aurelien.aptel@gmail.com>2010-08-31 11:02:17 +0200
committerGravatar Aurélien Aptel <aurelien.aptel@gmail.com>2010-08-31 11:02:17 +0200
commit160bda1b60148ce8f7d3b001ada2b12f1da9e152 (patch)
tree82d8203c1a7c307b3f374c39e055bd4c06ac4bf9 /Makefile
parent596bb133a55a6aba13b55795a9a38e29fcf1b38b (diff)
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}"