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
Branch:
master
Branches
Tags
master
3.x
gdnative-go
/
example
/
SimpleDemoManual
/
Makefile
Makefile
99 B
Permalink
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