Skip to content

Commit

Permalink
Moving things around and creating a macro to remove the unix/wasm dep…
Browse files Browse the repository at this point in the history
…endencies
  • Loading branch information
ineiti committed Jan 18, 2025
1 parent 3241752 commit 0a8f7f8
Show file tree
Hide file tree
Showing 44 changed files with 3,895 additions and 528 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt update && apt install -y patchelf ca-certificates

WORKDIR /home
COPY flarch ./flarch
COPY flarch_macro ./flarch_macro
COPY flmacro ./flmacro
COPY flmodules ./flmodules
COPY flnode ./flnode
COPY cli ./cli
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CARGOS := cli/{fledger,flsignal} flarch flarch_macro flbrowser \
CARGOS := cli/{fledger,flsignal} flarch flmacro flbrowser \
flmodules flnode test/{fledger-nodejs,signal-fledger,webrtc-libc-wasm/{libc,wasm}} \
examples/ping-pong/{wasm,shared,libc}
MAKE_TESTS := test/{webrtc-libc-wasm,signal-fledger} examples/ping-pong
CRATES := flarch_macro flarch flmodules flnode
CRATES := flmacro flarch flmodules flnode
SHELL := /bin/bash
PKILL = @ps aux | grep "$1" | grep -v grep | awk '{print $$2}' | xargs -r kill

Expand Down
Loading

0 comments on commit 0a8f7f8

Please sign in to comment.