Adding barpadding patch and moving patches.h to paches.def.h

This commit is contained in:
bakkeby
2020-01-24 10:47:13 +01:00
parent 83a7b16a86
commit b866bf5319
6 changed files with 113 additions and 32 deletions

View File

@@ -17,11 +17,14 @@ options:
.c.o:
${CC} -c ${CFLAGS} $<
${OBJ}: config.h config.mk
${OBJ}: config.h config.mk patches.h
config.h:
cp config.def.h $@
patches.h:
cp patches.def.h $@
dwm: ${OBJ}
${CC} -o $@ ${OBJ} ${LDFLAGS}