diff options
author | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-08-30 13:04:19 +0200 |
---|---|---|
committer | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-08-30 13:04:19 +0200 |
commit | ae5baac932af877cb18df6853d45f033ed9b270f (patch) | |
tree | c7323028d822461af56c82442ff894668f8103b1 /Makefile | |
parent | bef87acd0d0e22ba4689be6f1c39ce2d90812317 (diff) | |
download | st-ae5baac932af877cb18df6853d45f033ed9b270f.tar.gz st-ae5baac932af877cb18df6853d45f033ed9b270f.tar.bz2 |
use predefined OS macro instead of uname.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,7 +10,6 @@ all: options st options: @echo st build options: - @echo "SYSTEM = ${SYSTEM}" @echo "CFLAGS = ${CFLAGS}" @echo "LDFLAGS = ${LDFLAGS}" @echo "CC = ${CC}" |