Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
gamelang
/
gdnative-go
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Gałąź:
master
Gałęzie
Tagi
master
3.x
gdnative-go
/
example
/
SimpleDemoManual
/
Makefile
Makefile
99 B
Bezpośredni odnośnik
Historia
Czysty
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