mirror of https://github.com/wb2osz/direwolf.git
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:
parent
b15bf7d016
commit
019b4258fa
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue