Remove ifndef

This commit is contained in:
Michael L. Young
2021-11-08 08:54:22 -05:00
parent d6909080fc
commit fafbb810fa

View File

@@ -3,9 +3,7 @@
VERSION ?= 4.2.0
RELEASE ?= 1
ifndef SRC
SRC := main
endif
SRC ?= main
# auto installed tooling
TOOLS_DIR := .tools