From fafbb810faf755a4249cde04fb14de10bedab634 Mon Sep 17 00:00:00 2001 From: "Michael L. Young" Date: Mon, 8 Nov 2021 08:54:22 -0500 Subject: [PATCH] Remove ifndef --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5e06dd90..61d1687e 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,7 @@ VERSION ?= 4.2.0 RELEASE ?= 1 -ifndef SRC - SRC := main -endif +SRC ?= main # auto installed tooling TOOLS_DIR := .tools