diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
