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