This commit is contained in:
rusefillc 2021-05-06 10:43:25 -04:00
parent 45d877414d
commit c28517f9e3
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
# ARM Cortex-Mx common makefile scripts and rules.
# Output directory and files
ifeq ($(BUILDDIR),)
# Define if not specified
BUILDDIR = build
endif
ifeq ($(BUILDDIR),.)
# Redefine if pointing at current folder
BUILDDIR = build
endif
OUTFILES = $(BUILDDIR)/$(PROJECT)