Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
gamelang
/
gdnative-go
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
39a9c9c5ee
Branches
Tags
master
3.x
gdnative-go
/
example
/
SimpleDemoManual
/
Makefile
Makefile
99 B
History
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