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.

git-svn-id: file:///srv/svn/repo/suika/trunk@510 f0ae65fe-ee39-954e-97ec-027ff2717ef4
This commit is contained in:
yyp 2021-04-27 17:06:16 +00:00
parent e92b4b5cdf
commit 21a44ff840

View File

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