From 8dd17ce5feca3dc5fa0718a56e2d1852484dbfb2 Mon Sep 17 00:00:00 2001 From: jakcron Date: Sun, 13 Mar 2022 09:21:37 +0800 Subject: [PATCH] Fix copy/paste bug in ctrtool makefile --- ctrtool/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctrtool/makefile b/ctrtool/makefile index 5824705..b563934 100644 --- a/ctrtool/makefile +++ b/ctrtool/makefile @@ -121,7 +121,7 @@ TESTSRC_OBJ = $(foreach dir,$(PROJECT_TESTSRC_SUBDIRS),$(subst .cpp,.o,$(wildcar # - 'program' for building the program # - 'test_program' for building the test program # 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