From 63cc9909a2fbe3f8b7e66dd7de09bd133d67975c Mon Sep 17 00:00:00 2001 From: roker Date: Thu, 10 Jun 2021 15:26:39 +0200 Subject: [PATCH] add default goal in Makefile. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index 893bb75..b05aa08 100644 --- a/src/Makefile +++ b/src/Makefile @@ -16,6 +16,7 @@ ifneq ($(MAKECMDGOALS),clean) endif .PHONY: all install uninstall clean +.DEFAULT_GOAL := all all: $(TARGET)