Skip to content

Commit

Permalink
added copying of linux binary utilities to emulator/ directory after …
Browse files Browse the repository at this point in the history
…build
  • Loading branch information
iss committed Jan 23, 2021
1 parent 7935623 commit 6f28a7c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Oric-DFLAT/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ rom:
tools: clean
@mkdir -p emulator/util/build
@cd emulator/util/build/ && cmake .. && make
@cp -f emulator/util/build/dftap2txt/dftap2txt/dftap2txt emulator/dftap2txt
@cp -f emulator/util/build/dftap2wav/dftap2wav/dftap2wav emulator/dftap2wav
@cp -f emulator/util/build/dftxt2tap/dftxt2tap/dftxt2tap emulator/dftxt2tap
Binary file added Oric-DFLAT/emulator/dftap2txt
Binary file not shown.
Binary file added Oric-DFLAT/emulator/dftap2wav
Binary file not shown.
Binary file added Oric-DFLAT/emulator/dftxt2tap
Binary file not shown.

0 comments on commit 6f28a7c

Please sign in to comment.