diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-30 09:42:19 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-30 09:42:19 +0530 | 
| commit | da915412522734dd15f234e03beaf4b181753330 (patch) | |
| tree | a3a5316d1fbfc94d42eb2ecc4fd73ef65e17e503 /Makefile | |
| parent | c39d821bd542de077e37421e34c6a8c22e48f584 (diff) | |
| parent | 30f5063474a70835d0178ffc12521a3e0fb1ef8b (diff) | |
Merge remote-tracking branch 'upstream/main' into compromyse
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ dist: clean  install: dwl  	mkdir -p $(DESTDIR)$(PREFIX)/bin +	rm -f $(DESTDIR)$(PREFIX)/bin/dwl  	cp -f dwl $(DESTDIR)$(PREFIX)/bin  	chmod 755 $(DESTDIR)$(PREFIX)/bin/dwl  	mkdir -p $(DESTDIR)$(MANDIR)/man1  | 
