aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-03-14 09:44:08 -0400
committerClyne Sullivan <clyne@bitgloo.com>2023-03-14 09:44:08 -0400
commit74753670d582e4ceeaba383e4ce360eb13004a35 (patch)
tree1606fd3fb26fbda6a4ac796be91df6028e801625 /Makefile
parentc46f531b6bb62d7dd947504a1c731efb5eb57ef5 (diff)
>number
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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 \