Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aranXmos authored Jul 1, 2022
1 parent 8a57541 commit 3ee7fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
(cd lib_tflite_micro/submodules/tflite-micro && git reset --hard && patch -p0 -i ../../../patches/tflite-micro.patch)
(cd lib_tflite_micro/submodules/gemmlowp && git reset --hard && patch -p0 -i ../../../patches/gemmlowp.patch
(cd lib_tflite_micro/submodules/gemmlowp && git reset --hard && patch -p0 -i ../../../patches/gemmlowp.patch)
mkdir -p tflite_micro_compiler/build
(cd tflite_micro_compiler/build && cmake .. -DXBUILD=1 && make -j8)

Expand Down

0 comments on commit 3ee7fd1

Please sign in to comment.