mirror of
https://github.com/PretendoNetwork/splatoon.git
synced 2026-04-26 07:47:57 -05:00
Initial commit
This commit is contained in:
commit
8e49609d2b
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
[submodule "splatoon-secure"]
|
||||||
|
path = splatoon-secure
|
||||||
|
url = https://github.com/PretendoNetwork/splatoon-secure
|
||||||
|
[submodule "splatoon-authentication"]
|
||||||
|
path = splatoon-authentication
|
||||||
|
url = https://github.com/PretendoNetwork/splatoon-authentication
|
||||||
8
Makefile
Normal file
8
Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
update_submodule:
|
||||||
|
git submodule init
|
||||||
|
git submodule update --remote --merge
|
||||||
|
git add -A
|
||||||
|
git commit -am 'Updated submodules'
|
||||||
|
git push -u origin master
|
||||||
|
|
||||||
|
.PHONY: update_submodule
|
||||||
5
README.md
Normal file
5
README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Splatoon
|
||||||
|
### Pretendo Splatoon server implementation
|
||||||
|
|
||||||
|
## What is this?
|
||||||
|
This repository contains both the authentication and secure server for the Pretendo Splatoon server. Project progress can be found in the repo projects.
|
||||||
1
splatoon-authentication
Submodule
1
splatoon-authentication
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 48e8491c32602c29999970f95d5e957c754f062c
|
||||||
1
splatoon-secure
Submodule
1
splatoon-secure
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 855906ead93fca844aa006cc505c8d74abe27f15
|
||||||
Loading…
Reference in New Issue
Block a user