Makefile: add standard 'all' target
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Reported-by: Bruno Wolff III <bruno@wolff.to>
This commit is contained in:
parent
bfb31ac953
commit
f59f63f462
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue