aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2010-08-30 13:04:19 +0200
committerAurélien Aptel <aurelien.aptel@gmail.com>2010-08-30 13:04:19 +0200
commit4f5c7e3a31f9fde83b04c67c310685e1eba0da68 (patch)
treec7323028d822461af56c82442ff894668f8103b1 /Makefile
parent1ba065d9935da7673afd1b2ceb4b3e4e8f603b83 (diff)
downloadst-4f5c7e3a31f9fde83b04c67c310685e1eba0da68.tar.gz
st-4f5c7e3a31f9fde83b04c67c310685e1eba0da68.tar.bz2
use predefined OS macro instead of uname.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef3bf09..2fb13ae 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,6 @@ all: options st
options:
@echo st build options:
- @echo "SYSTEM = ${SYSTEM}"
@echo "CFLAGS = ${CFLAGS}"
@echo "LDFLAGS = ${LDFLAGS}"
@echo "CC = ${CC}"