Compare commits
9 Commits
ef72de58ff
...
af3485a5de
Author | SHA1 | Date |
---|---|---|
celso | af3485a5de | |
celso | 0f4472ebfb | |
celso | d4b464619f | |
celso | ba6d06e968 | |
celso | 34998c19b9 | |
celso | 7140c68148 | |
celso | 0a34a431c8 | |
celso | 14113a3ceb | |
Hiltjo Posthuma | 9f8855343c |
10
Makefile
10
Makefile
|
@ -6,13 +6,7 @@ include config.mk
|
|||
SRC = drw.c dwm.c util.c
|
||||
OBJ = ${SRC:.c=.o}
|
||||
|
||||
all: options dwm
|
||||
|
||||
options:
|
||||
@echo dwm build options:
|
||||
@echo "CFLAGS = ${CFLAGS}"
|
||||
@echo "LDFLAGS = ${LDFLAGS}"
|
||||
@echo "CC = ${CC}"
|
||||
all: dwm
|
||||
|
||||
.c.o:
|
||||
${CC} -c ${CFLAGS} $<
|
||||
|
@ -48,4 +42,4 @@ uninstall:
|
|||
rm -f ${DESTDIR}${PREFIX}/bin/dwm\
|
||||
${DESTDIR}${MANPREFIX}/man1/dwm.1
|
||||
|
||||
.PHONY: all options clean dist install uninstall
|
||||
.PHONY: all clean dist install uninstall
|
||||
|
|
Loading…
Reference in New Issue