diff options
author | bloodstalker <thabogre@gmail.com> | 2018-02-01 09:46:07 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-02-01 09:46:07 +0000 |
commit | 8f0f9ac6910dc5a2402bfe6eceeefda89f0bd592 (patch) | |
tree | c4e8916788b9626b3c77502ac5410591ef8bf6dc /daemon/makefile | |
parent | update (diff) | |
download | mutator-8f0f9ac6910dc5a2402bfe6eceeefda89f0bd592.tar.gz mutator-8f0f9ac6910dc5a2402bfe6eceeefda89f0bd592.zip |
update [ci skip]
Diffstat (limited to 'daemon/makefile')
-rw-r--r-- | daemon/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/makefile b/daemon/makefile index ad231ab..351f8b7 100644 --- a/daemon/makefile +++ b/daemon/makefile @@ -9,7 +9,7 @@ TARGETC=mutatorclient ##################################RULES################################ .DEFAULT:all -.PHONY:all clean help $(TARGETC) $(TARGETS) $(TARGETD) +.PHONY:all clean help all:$(TARGETC) $(TARGETS) $(TARGETD) |