Please enable JavaScript in your browser!
Etusivu
Tutki
Apua
Kirjaudu sisään
gamelang
/
gdnative-go
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Branch:
master
Branchit
Tagit
master
3.x
gdnative-go
/
example
/
SimpleDemoManual
/
Makefile
Makefile
99 B
Pysyvä linkki
Historia
Raaka
1
2
3
4
5
6
7
8
all: build
build:
go build -v -buildmode=c-shared -o ./bin/libsimple.so ./src/*.go
.PHONY: all