From 019b4258fa1d15c4c7ed755f6f0049b088b92c4d Mon Sep 17 00:00:00 2001 From: mistermatt2u Date: Tue, 15 Dec 2015 22:18:14 -0500 Subject: [PATCH] Added gen_fff to 'make clean' target - The file gen_fff is created as part of the build process. However, if the build fails (or maybe even if it doesn't), the gen_fff file is not cleaned when running 'make clean'. --- Makefile.macosx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.macosx b/Makefile.macosx index 40367bb..40d48fb 100644 --- a/Makefile.macosx +++ b/Makefile.macosx @@ -472,7 +472,7 @@ depend : $(wildcard *.c) .PHONY: clean clean : - rm -f direwolf decode_aprs text2tt tt2text ll2utm utm2ll aclients atest log2gpx gen_packets ttcalc \ + rm -f direwolf decode_aprs text2tt tt2text ll2utm utm2ll aclients atest log2gpx gen_fff gen_packets ttcalc \ fsk_fast_filter.h *.o *.a echo " " > tune.h