summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc57dfa..0597d84 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ BINARY = wg-wrap
FUZZ_PARALLEL ?= 2
FUZZ_TIME ?= 30s
-.PHONY: all clean test fuzz
+.PHONY: all clean test fuzz $(BINARY)
# Default target: build the final binary
all: $(BINARY)