From 74753670d582e4ceeaba383e4ce360eb13004a35 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 14 Mar 2023 09:44:08 -0400 Subject: >number --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0479171..3ae2e23 100644 --- a/Makefile +++ b/Makefile @@ -21,11 +21,11 @@ small: alee fast: CXXFLAGS += -O3 -march=native -mtune=native -flto fast: alee -standalone: core.fth.h alee-standalone +standalone: alee-standalone alee: $(LIBFILE) msp430/alee-msp430: $(LIBFILE) -alee-standalone: $(LIBFILE) +alee-standalone: core.fth.h $(LIBFILE) cppcheck: cppcheck --enable=warning,style,information --disable=missingInclude \ -- cgit v1.2.3