소스 검색

upd makefile

Vladislav Yarmak 1 년 전
부모
커밋
f0b9e53eb7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -11,7 +11,7 @@ NDK_CC_ARM64 = $(abspath ../../ndk-toolchain-arm64/bin/aarch64-linux-android21-c
 
 GO := go
 
-src = $(wildcard *.go */*.go */*/*.go)
+src = $(wildcard *.go */*.go */*/*.go go.mod go.sum)
 
 native: bin-native
 all: bin-linux-amd64 bin-linux-386 bin-linux-arm bin-linux-arm64 \