Skip to content

Commit

Permalink
electrostatic4j: added buildSrc Core
Browse files Browse the repository at this point in the history
  • Loading branch information
pavly-gerges committed Jun 5, 2024
1 parent fdf8258 commit c0ef89c
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash

./helper-scripts/project-impl/compile-examples.sh "x86-64" "hello_comm.c"
./electrostatic-examples/build/x86-64/hello_comm.c.elf
./helper-scripts/project-impl/compile-examples.sh "x86-64" "hello_comm.c"
./helper-scripts/project-impl/compile-examples.sh "x86" "hello_comm.c"
./electrostatic-examples/build/x86-64/hello_comm.c.elf
./electrostatic-examples/build/x86/hello_comm.c.elf

0 comments on commit c0ef89c

Please sign in to comment.