Compare commits
16 Commits
d14b110a37
...
3316a5d530
Author | SHA1 | Date |
---|---|---|
celso | 3316a5d530 | |
celso | adf24afdac | |
celso | d45803b289 | |
celso | a178d341ff | |
celso | 6a12c68259 | |
celso | 04879dcaf8 | |
celso | 604f165a0e | |
celso | 3bea588c60 | |
celso | dfe6987203 | |
celso | 434e08b969 | |
celso | 706ac15a9c | |
celso | 413af24edb | |
celso | d916c568a1 | |
celso | 275a0658d0 | |
celso | 3d6977ed76 | |
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