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:
parent
cc83da4cd1
commit
bc74478f80
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user