chore:Add Makefile

This commit is contained in:
2024-09-24 18:36:59 +07:00
parent 1f824d03e2
commit e360248157
7 changed files with 31 additions and 20 deletions
-2
View File
@@ -23,8 +23,6 @@ var (
LogPath: constants.DefaultLogPath,
LogSaveName: "user",
LogFileExt: "log",
OMVServer: constants.DefaultOMVServer,
SecretKey: constants.DefaultSecretKey,
}
Cfg *ini.File