commit 9dd3ad298664f5b841e8abef47f6a29794ba955b
parent c7825499d57693c2011e7ba73d23c631390819f0
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Sat, 13 May 2023 10:10:20 +0200
lm
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/a2freq.c b/a2freq.c
@@ -1,7 +1,7 @@
/* a2freq - convert MIDI note numbers or scientific pitch notations to frequencies */
/* by Antoine Amarilli (2011) */
/* licence: public domain */
-/* compilation: cc -lm -o a2freq a2freq.c */
+/* compilation: cc -o a2freq a2freq.c -lm */
#include <stdio.h>
#include <math.h>