diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-10 14:24:58 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-10 14:24:58 +0200 |
commit | 87d2d299323eda454642617c71f4bd1517c5b5a0 (patch) | |
tree | 3377fa8cb56c6cb44c4f5817477d9be94c95eae5 /Makefile | |
parent | dwm+picom transparency fix (diff) | |
download | dwm-87d2d299323eda454642617c71f4bd1517c5b5a0.tar.gz dwm-87d2d299323eda454642617c71f4bd1517c5b5a0.tar.bz2 dwm-87d2d299323eda454642617c71f4bd1517c5b5a0.tar.xz dwm-87d2d299323eda454642617c71f4bd1517c5b5a0.tar.zst dwm-87d2d299323eda454642617c71f4bd1517c5b5a0.zip |
gaps update
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ options: ${OBJ}: config.h config.mk -config.h: +config.h: config.def.h cp config.def.h $@ dwm: ${OBJ} |