From c0d04c13fc03983a5ce677546e7734b085db392f Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Fri, 11 Jun 2021 15:31:37 +0800 Subject: [PATCH] Makefile: rename program properly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fbd6360..25cd397 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ OBJS := $(patsubst %.c, ${BUILD_DIR}/%.o, ${OBJS}) OBJS := $(patsubst %.cpp, ${BUILD_DIR}/%.o, ${OBJS}) OBJS := $(patsubst %.S, ${BUILD_DIR}/%_asm.o, ${OBJS}) -PROGRAM := arduino-otp +PROGRAM := arduino-stepper-motor-synth # Build rules for different source types ${BUILD_DIR}/%.o: %.c pitch_table.h