Fix copy/paste bug in ctrtool makefile

This commit is contained in:
jakcron
2022-03-13 09:21:37 +08:00
parent 85f0fea970
commit 8dd17ce5fe
+1 -1
View File
@@ -121,7 +121,7 @@ TESTSRC_OBJ = $(foreach dir,$(PROJECT_TESTSRC_SUBDIRS),$(subst .cpp,.o,$(wildcar
# - 'program' for building the program # - 'program' for building the program
# - 'test_program' for building the test program # - 'test_program' for building the test program
# These can typically be used together however *_lib and program should not be used together # These can typically be used together however *_lib and program should not be used together
all: static_lib all: program
clean: clean_object_files remove_binary_dir clean: clean_object_files remove_binary_dir