Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric committed Feb 25, 2024
1 parent 4fa9036 commit a7fa1e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ $(OBJECTS8): $(SOURCES8)
@$(AS) -ttelestrat $(@:.o=.s) -o $@ --include-dir src/include
@$(AR) r ch395-8.lib $@
@mkdir -p build/lib8
@mkdir -p build/usr/include/
@mkdir -p build/usr/include/asm
@cp src/include/ch395.h build/usr/include/
@cp src/include/ch395.inc build/usr/include/asm/
@cp ch395-8.lib build/lib8/
@cp ch395-8.lib target/telestrat/lib/

Expand Down

0 comments on commit a7fa1e8

Please sign in to comment.