Skip to content

Commit

Permalink
SkyAware renaming Pass 2 - filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
eric1tran committed Jul 16, 2019
1 parent 01a185f commit 5fd0fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ dump978-fa: dump978_main.o socket_output.o message_dispatch.o fec.o libs/fec/ini
faup978: faup978_main.o socket_input.o uat_message.o track.o faup978_reporter.o
$(CXX) $(CXXFLAGS) $(LDFLAGS) $^ -o $@ $(LIBS)

skyaware978: skyview978_main.o socket_input.o uat_message.o track.o skyaware_writer.o
skyaware978: skyaware978_main.o socket_input.o uat_message.o track.o skyaware_writer.o
$(CXX) $(CXXFLAGS) $(LDFLAGS) $^ -o $@ $(LIBS)

format:
clang-format -style=file -i *.cc *.h

clean:
rm -f *.o fec/*.o dump978-fa faup978 skyview978
rm -f *.o fec/*.o dump978-fa faup978 skyaware978
File renamed without changes.

0 comments on commit 5fd0fa2

Please sign in to comment.