Merge commit 'df7458e35a67abb216d9816c59f218cad45f1c44' into sam-update

This commit is contained in:
Jason Kotzin 2022-08-01 20:20:38 -07:00
commit cbed6c911f

View File

@ -63,10 +63,13 @@ SRC = \
target.c \
include $(PLATFORM_DIR)/Makefile.inc
ifndef TARGET
TARGET=blackmagic
endif
OBJ = $(SRC:.c=.o)
blackmagic: include/version.h $(OBJ)
$(TARGET): include/version.h $(OBJ)
@echo " LD $@"
$(Q)$(CC) -o $@ $(OBJ) $(LDFLAGS)