aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7d5e8b0..15c18eb 100644
--- a/Makefile
+++ b/Makefile
@@ -63,6 +63,9 @@ test: $(TEST_EXE)
run_go: go/main.go $(BLS_LIB) $(BLS_IF_LIB)
cd go && go run main.go
+run_uncheck_go: go/main.go $(BLS_LIB) $(BLS_IF_LIB)
+ cd go && env GODEBUG=cgocheck=0 go run main.go
+
clean:
$(RM) $(BLS_LIB) $(OBJ_DIR)/* $(EXE_DIR)/*.exe $(GEN_EXE) $(ASM_SRC) $(ASM_OBJ) $(LIB_OBJ) $(LLVM_SRC) $(BLS_IF_LIB)