diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-03-14 09:44:08 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-03-14 09:44:08 -0400 |
commit | 74753670d582e4ceeaba383e4ce360eb13004a35 (patch) | |
tree | 1606fd3fb26fbda6a4ac796be91df6028e801625 /Makefile | |
parent | c46f531b6bb62d7dd947504a1c731efb5eb57ef5 (diff) |
>number
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |