Makefile: mark soju and sojuctl as .PHONY

Otherwise running `make` didn't do anything on a non-clean state. Go
deals with changed files automatically, and there's no real need to
explicitly specify them.
This commit is contained in:
Alexey Yerin 2021-04-27 18:51:46 +03:00 committed by Simon Ser
parent cc83da4cd1
commit bc74478f80

View file

@ -28,3 +28,5 @@ install: all
cp -f soju sojuctl $(DESTDIR)$(PREFIX)/$(BINDIR) cp -f soju sojuctl $(DESTDIR)$(PREFIX)/$(BINDIR)
cp -f doc/soju.1 $(DESTDIR)$(PREFIX)/$(MANDIR)/man1 cp -f doc/soju.1 $(DESTDIR)$(PREFIX)/$(MANDIR)/man1
cp -f config.in $(DESTDIR)/etc/soju/config cp -f config.in $(DESTDIR)/etc/soju/config
.PHONY: soju sojuctl