simplified Makefile
This commit is contained in:
parent
605630c145
commit
789717d109
4
Makefile
4
Makefile
@ -8,10 +8,10 @@ OBJ = ${SRC:.c=.o}
|
|||||||
MAN1 = dwm.1
|
MAN1 = dwm.1
|
||||||
BIN = dwm
|
BIN = dwm
|
||||||
|
|
||||||
all: config dwm
|
all: options dwm
|
||||||
@echo finished
|
@echo finished
|
||||||
|
|
||||||
config:
|
options:
|
||||||
@echo dwm build options:
|
@echo dwm build options:
|
||||||
@echo "LIBS = ${LIBS}"
|
@echo "LIBS = ${LIBS}"
|
||||||
@echo "CFLAGS = ${CFLAGS}"
|
@echo "CFLAGS = ${CFLAGS}"
|
||||||
|
Loading…
Reference in New Issue
Block a user