Commit 08b953bc3126aae436150ef7aa2dc198668ea4aa

Thomas de Grivel 2022-11-02T14:45:51

typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile b/Makefile
index ff5e636..f96a98d 100644
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,7 @@ libc3_gcovr:
 libc3_test_cov: cov
 	${MAKE} -C test libc3_test_cov
 
-license:
+licence:
 	elixir bin/header.exs config.subr ${C3_CONFIGURES}
 	elixir bin/header.exs Makefile ${C3_MAKEFILES}
 	elixir bin/header.exs libc3/c3.h ${C3_C_SOURCES}