Skip to content

Commit 019b425

Browse files
committedDec 16, 2015
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'.
1 parent b15bf7d commit 019b425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile.macosx

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ depend : $(wildcard *.c)
472472

473473
.PHONY: clean
474474
clean :
475-
rm -f direwolf decode_aprs text2tt tt2text ll2utm utm2ll aclients atest log2gpx gen_packets ttcalc \
475+
rm -f direwolf decode_aprs text2tt tt2text ll2utm utm2ll aclients atest log2gpx gen_fff gen_packets ttcalc \
476476
fsk_fast_filter.h *.o *.a
477477
echo " " > tune.h
478478

0 commit comments

Comments
 (0)