Skip to content

Commit 30d6d5c

Browse files
committedNov 16, 2023
Merge branch 'master-git.suckless'
2 parents 1ee6077 + 9f88553 commit 30d6d5c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed
 

‎Makefile

+2-8
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ include config.mk
66
SRC = drw.c dwm.c util.c
77
OBJ = ${SRC:.c=.o}
88

9-
all: options dwm
10-
11-
options:
12-
@echo dwm build options:
13-
@echo "CFLAGS = ${CFLAGS}"
14-
@echo "LDFLAGS = ${LDFLAGS}"
15-
@echo "CC = ${CC}"
9+
all: dwm
1610

1711
.c.o:
1812
${CC} -c ${CFLAGS} $<
@@ -47,4 +41,4 @@ install: all
4741
uninstall:
4842
rm -f ${DESTDIR}${PREFIX}/bin/dwm ${DESTDIR}${MANPREFIX}/man1/dwm.1
4943

50-
.PHONY: all options clean dist install uninstall
44+
.PHONY: all clean dist install uninstall

0 commit comments

Comments
 (0)
Please sign in to comment.