Xinqi Bao's Git
projects
/
dmenu.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
removed config.h stuff, made dwm configurable due to command line options
[dmenu.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
8c3d904
..
5a8f21a
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-7,7
+7,6
@@
SRC = draw.c main.c util.c
OBJ = ${SRC:.c=.o}
all: options dmenu
OBJ = ${SRC:.c=.o}
all: options dmenu
- @echo finished
options:
@echo dmenu build options:
options:
@echo dmenu build options:
@@
-20,11
+19,7
@@
options:
@echo CC $<
@${CC} -c ${CFLAGS} $<
@echo CC $<
@${CC} -c ${CFLAGS} $<
-${OBJ}: dmenu.h config.h
-
-config.h:
- @echo creating $@ from config.default.h
- @cp config.default.h $@
+${OBJ}: dmenu.h config.mk
dmenu: ${OBJ}
@echo LD $@
dmenu: ${OBJ}
@echo LD $@