diff options
| author | bakkeby <[email protected]> | 2020-01-24 10:47:13 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-01-24 10:52:40 +0100 |
| commit | b866bf5319068c0977b2f4f7e06e29e59baa83bf (patch) | |
| tree | c80d70553936a17b4b6dcbc3af0012b077d4dae7 /Makefile | |
| parent | 83a7b16a864bf36525c9dd3d53c1895de5de3864 (diff) | |
| download | dwm-flexipatch-b866bf5319068c0977b2f4f7e06e29e59baa83bf.tar.gz dwm-flexipatch-b866bf5319068c0977b2f4f7e06e29e59baa83bf.zip | |
Adding barpadding patch and moving patches.h to paches.def.h
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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} |
