Skip to content

Fixes to Makefile.macosx #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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'.
  • Loading branch information
mistermatt2u committed Dec 16, 2015
commit 019b4258fa1d15c4c7ed755f6f0049b088b92c4d
2 changes: 1 addition & 1 deletion Makefile.macosx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down