Changeset 800 in code for trunk


Ignore:
Timestamp:
Mar 21, 2023, 2:29:26 AM (2 years ago)
Author:
koizumi.aoi
Message:

dev: move contrib/znc-import.go to cmd/soju-znc-import

Location:
trunk
Files:
2 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r799 r800  
    1313sojuctl:
    1414        $(GO) build $(GOFLAGS) ./cmd/sojuctl
     15soju-znc-import:
     16        $(GO) build $(GOFLAGS) ./cmd/soju-znc-import
    1517doc/soju.1: doc/soju.1.scd
    1618        $(SCDOC) <doc/soju.1.scd >doc/soju.1
    17 
    1819clean:
    1920        $(RM) -f soju sojuctl doc/soju.1
     
    2728        [ -f $(DESTDIR)/etc/soju/config ] || cp -f config.in $(DESTDIR)/etc/soju/config
    2829
    29 .PHONY: soju sojuctl clean install
     30.PHONY: soju sojuctl soju-znc-import clean install
Note: See TracChangeset for help on using the changeset viewer.