Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
added heretag command which allows to tag a client of a foreign tag with current tag
[dwm.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
e2caadd
..
23e5fc7
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-3,15
+3,15
@@
include config.mk
include config.mk
-SRC = client.c draw.c event.c
key.c main.c screen
.c util.c
+SRC = client.c draw.c event.c
main.c tag
.c util.c
OBJ = ${SRC:.c=.o}
MAN1 = dwm.1
BIN = dwm
OBJ = ${SRC:.c=.o}
MAN1 = dwm.1
BIN = dwm
-all:
config
dwm
+all:
options
dwm
@echo finished
@echo finished
-
config
:
+
options
:
@echo dwm build options:
@echo "LIBS = ${LIBS}"
@echo "CFLAGS = ${CFLAGS}"
@echo dwm build options:
@echo "LIBS = ${LIBS}"
@echo "CFLAGS = ${CFLAGS}"