Makefile: rename program properly

This commit is contained in:
Peter Cai 2021-06-11 15:31:37 +08:00
parent afbf0a886b
commit c0d04c13fc
1 changed files with 1 additions and 1 deletions

View File

@ -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