Changeset 800 in code for trunk/Makefile
- Timestamp:
- Mar 21, 2023, 2:29:26 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r799 r800 13 13 sojuctl: 14 14 $(GO) build $(GOFLAGS) ./cmd/sojuctl 15 soju-znc-import: 16 $(GO) build $(GOFLAGS) ./cmd/soju-znc-import 15 17 doc/soju.1: doc/soju.1.scd 16 18 $(SCDOC) <doc/soju.1.scd >doc/soju.1 17 18 19 clean: 19 20 $(RM) -f soju sojuctl doc/soju.1 … … 27 28 [ -f $(DESTDIR)/etc/soju/config ] || cp -f config.in $(DESTDIR)/etc/soju/config 28 29 29 .PHONY: soju sojuctl clean install30 .PHONY: soju sojuctl soju-znc-import clean install
Note:
See TracChangeset
for help on using the changeset viewer.