Skip to content

Commit

Permalink
Merge pull request #119 from ineiti/add_flarch_macro
Browse files Browse the repository at this point in the history
Forgot flarch_macro in publishing
  • Loading branch information
ineiti authored Sep 9, 2024
2 parents 038616f + f8e0a43 commit 411c767
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
Expand Up @@ -2,7 +2,7 @@ CARGOS := cli/{fledger,flsignal} flarch flarch_macro 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 flmodules flnode
CRATES := flarch_macro flarch flmodules flnode
SHELL := /bin/bash
PKILL = @ps aux | grep "$1" | grep -v grep | awk '{print $$2}' | xargs -r kill

Expand Down

0 comments on commit 411c767

Please sign in to comment.