From f59f63f4620e89588eaaadb55280e6ca8d8dba1d Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 3 Jan 2020 21:22:22 +0100 Subject: Makefile: add standard 'all' target Signed-off-by: Jason A. Donenfeld Reported-by: Bruno Wolff III --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile b/src/Makefile index 5331894..9221181 100644 --- a/src/Makefile +++ b/src/Makefile @@ -103,6 +103,8 @@ install: wg check: clean scan-build --html-title=wireguard-tools -maxloop 100 --view --keep-going $(MAKE) wg +all: wg +.DEFAULT_GOAL: all .PHONY: clean install check -include *.d -- cgit v1.2.3-59-g8ed1b