diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ OBJ = ${SRC:.c=.o} | |||
8 | 8 | ||
9 | all: options st | 9 | all: options st |
10 | 10 | ||
11 | options: options | 11 | options: |
12 | @echo st build options: | 12 | @echo st build options: |
13 | @echo "CFLAGS = ${CFLAGS}" | 13 | @echo "CFLAGS = ${CFLAGS}" |
14 | @echo "LDFLAGS = ${LDFLAGS}" | 14 | @echo "LDFLAGS = ${LDFLAGS}" |