add server buildsystem base
This commit is contained in:
2
config/dev.toml
Normal file
2
config/dev.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
[server]
|
||||
bind_to = "[::1]:8080"
|
2
config/make.mk
Normal file
2
config/make.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
dst/dev.toml: config/dev.toml
|
||||
ln -f $< $@
|
Reference in New Issue
Block a user