Moving patches.h to patches.def.h to match that of config

This commit is contained in:
bakkeby 2020-01-26 16:21:31 +01:00
parent 0344cdea20
commit 9d3c424dea
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
*.o
config.h
patches.h

View File

@ -20,7 +20,10 @@ options:
config.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
$(CC) -o $@ dmenu.o drw.o util.o $(LDFLAGS)