summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6b9c35b..39585f6 100755
--- a/Makefile
+++ b/Makefile
@@ -233,6 +233,9 @@ usbfxstest: usbfxstest.o
fxstest: fxstest.o
$(CC) -o fxstest fxstest.o -ltonezone
+fxotune: fxotune.o
+ $(CC) -o fxotune fxotune.o
+
fxsdump: fxsdump.o
$(CC) -o fxsdump fxsdump.o -lm