We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed95bd commit 28c05b5Copy full SHA for 28c05b5
Makefile
@@ -45,5 +45,6 @@ clean:
45
install: all
46
$(INSTALL) -d $(DESTDIR)$(PREFIX)/bin
47
$(INSTALL) -C ./sowon $(DESTDIR)$(PREFIX)/bin
48
+ $(INSTALL) -C ./sowon_rgfw $(DESTDIR)$(PREFIX)/bin
49
$(INSTALL) -d $(DESTDIR)$(PREFIX)/man/man6
50
$(INSTALL) -C docs/sowon.6.gz $(DESTDIR)$(PREFIX)/man/man6
0 commit comments