aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Aurélien Aptel <aurelien.aptel@gmail.com>2010-08-30 13:04:19 +0200
committerGravatar Aurélien Aptel <aurelien.aptel@gmail.com>2010-08-30 13:04:19 +0200
commitae5baac932af877cb18df6853d45f033ed9b270f (patch)
treec7323028d822461af56c82442ff894668f8103b1 /Makefile
parentbef87acd0d0e22ba4689be6f1c39ce2d90812317 (diff)
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}"