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:
Jason A. Donenfeld 2020-01-03 21:22:22 +01:00
parent bfb31ac953
commit f59f63f462

View file

@ -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