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'.
This commit is contained in:
mistermatt2u 2015-12-15 22:18:14 -05:00
parent b15bf7d016
commit 019b4258fa
1 changed files with 1 additions and 1 deletions

View File

@ -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