Skip to content

Commit 16628c6

Browse files
committed
Change directory structures
1 parent 52a72b5 commit 16628c6

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ CLI_NAME := app
3333
LIB_NAME := lib
3434
TARGET_CLI := ./
3535
TARGET_LIB := ./lib
36-
TARGET_WASM := ./cmd/wasm
36+
TARGET_WASM := ./wasm
3737
BIN_CLI := $(CLI_NAME)
3838
BIN_LIB := $(LIB_NAME).a
3939
BIN_SO := $(LIB_NAME).so
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)