This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
fzfouz
/
Vanilla-adventures
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
69c6523064
Větve
Značky
master
Vanilla-adventu...
/
Makefile
Makefile
85 B
Historie
Surový
1
2
3
4
5
6
7
8
build:
go build -o bin/game ./cmd/game
run:
go run ./cmd/game
clean:
rm -fr bin