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
commitae5baac932af877cb18df6853d45f033ed9b270f (patch)
treec7323028d822461af56c82442ff894668f8103b1 /Makefile
parentbef87acd0d0e22ba4689be6f1c39ce2d90812317 (diff)
downloadst-patched-ae5baac932af877cb18df6853d45f033ed9b270f.tar.bz2
st-patched-ae5baac932af877cb18df6853d45f033ed9b270f.tar.xz
st-patched-ae5baac932af877cb18df6853d45f033ed9b270f.zip
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
10 10
11options: 11options:
12 @echo st build options: 12 @echo st build options:
13 @echo "SYSTEM = ${SYSTEM}"
14 @echo "CFLAGS = ${CFLAGS}" 13 @echo "CFLAGS = ${CFLAGS}"
15 @echo "LDFLAGS = ${LDFLAGS}" 14 @echo "LDFLAGS = ${LDFLAGS}"
16 @echo "CC = ${CC}" 15 @echo "CC = ${CC}"