Skip to content

Commit

Permalink
Merge pull request #2197 from rafael2k/fixc86copy1
Browse files Browse the repository at this point in the history
removed duplicated line from copyc86.sh
  • Loading branch information
ghaerr authored Jan 22, 2025
2 parents 0081d89 + a0d81a4 commit 17e73b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion copyc86.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ cp -p elks-bin/ld86 $DEST
cp -p elks-bin/ar86 $DEST
cp -p elks-bin/objdump86 $DEST
cp -p elks-bin/disasm86 $DEST
cp -p elks-bin/cpp86 $DEST
cd examples
cp -p *.c *.h *.s $DEST
cp -p Makefile.elks $DEST/Makefile

0 comments on commit 17e73b5

Please sign in to comment.