mirror of
https://github.com/mintycube/dmenu.git
synced 2024-10-22 14:05:48 +02:00
Moving patches.h to patches.def.h to match that of config
This commit is contained in:
parent
0344cdea20
commit
9d3c424dea
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
*.o
|
*.o
|
||||||
config.h
|
config.h
|
||||||
|
patches.h
|
||||||
|
5
Makefile
5
Makefile
@ -20,7 +20,10 @@ options:
|
|||||||
config.h:
|
config.h:
|
||||||
cp config.def.h $@
|
cp config.def.h $@
|
||||||
|
|
||||||
$(OBJ): arg.h config.h config.mk drw.h
|
patches.h:
|
||||||
|
cp patches.def.h $@
|
||||||
|
|
||||||
|
$(OBJ): arg.h config.h config.mk drw.h patches.h
|
||||||
|
|
||||||
dmenu: dmenu.o drw.o util.o
|
dmenu: dmenu.o drw.o util.o
|
||||||
$(CC) -o $@ dmenu.o drw.o util.o $(LDFLAGS)
|
$(CC) -o $@ dmenu.o drw.o util.o $(LDFLAGS)
|
||||||
|
Loading…
Reference in New Issue
Block a user