mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
decoder depends on Schmidl & Cox header
This commit is contained in:
parent
77719cc63b
commit
68e0e81593
1 changed files with 1 additions and 1 deletions
2
Makefile
vendored
2
Makefile
vendored
|
|
@ -20,7 +20,7 @@ test: encode decode
|
|||
encode: encode.cc
|
||||
$(CXX) $(CXXFLAGS) $< -o $@
|
||||
|
||||
decode: decode.cc
|
||||
decode: decode.cc schmidl_cox.hh
|
||||
$(CXX) $(CXXFLAGS) $< -o $@
|
||||
|
||||
freezer: freezer.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue