diff options
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) |