Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lazy1523 committed Apr 2, 2024
1 parent b0cbf15 commit 7756e51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ fmt:
cd ${MKFILE_DIR} && go fmt ./...
build:
@echo "build"
git submodule update --init --recursive
make ckblibc
go build -v -trimpath \
-o ${CELL} ./cmd/cell
make ckblibc
rm -f cell
ln -s ${CELL} cell
ckblibc:
Expand Down

0 comments on commit 7756e51

Please sign in to comment.