Changeset 510 in code for trunk/Makefile


Ignore:
Timestamp:
Apr 27, 2021, 5:06:16 PM (4 years ago)
Author:
yyp
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r506 r510  
    2929        cp -f doc/soju.1 $(DESTDIR)$(PREFIX)/$(MANDIR)/man1
    3030        cp -f config.in $(DESTDIR)/etc/soju/config
     31
     32.PHONY: soju sojuctl
Note: See TracChangeset for help on using the changeset viewer.