aboutsummarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAurélien Aptel2010-08-31 11:02:17 +0200
committerAurélien Aptel2010-08-31 11:02:17 +0200
commit25601ee96dd1bed5084426526a858a73a149fea4 (patch)
tree2b62210585086e49bd631e64d9d01c63c9594322 /Makefile
parente78e18f5113d75ff1610a8d5656451a81cb99d95 (diff)
downloadaur-25601ee96dd1bed5084426526a858a73a149fea4.tar.gz
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 526741146281..920bd9a9a486 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}"