diff options
author | Bert Münnich <ber.t@posteo.de> | 2017-10-16 15:07:03 +0200 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2017-10-16 15:07:03 +0200 |
commit | 4af189e7d9851f56a5d42a1d42658e8e47320f90 (patch) | |
tree | c8eaf1328f44760a4e1e9c533c47f684403825a8 /Makefile | |
parent | a5403178e337abeed4168be0cb038a42ab31124c (diff) |
Fix dep file include in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,5 +91,5 @@ uninstall: @echo "REMOVE share/sxiv/" rm -rf $(DESTDIR)$(PREFIX)/share/sxiv --include $(DEP) +-include $(DEPS) |