Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
gamelang
/
gdnative-go
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
master
3.x
gdnative-go
/
example
/
SimpleDemoManual
/
Makefile
Makefile
99 B
Lien permanent
Historique
Raw
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