diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 3433894..23e5fc7 100644 --- a/Makefile +++ b/Makefile @@ -8,10 +8,10 @@ OBJ = ${SRC:.c=.o} MAN1 = dwm.1 BIN = dwm -all: config dwm +all: options dwm @echo finished -config: +options: @echo dwm build options: @echo "LIBS = ${LIBS}" @echo "CFLAGS = ${CFLAGS}" |