Skip to content

Commit

Permalink
added default for MAKE_FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksArt000 committed Dec 3, 2023
1 parent f7e628b commit a5393e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ ConfigEntry configEntries[] = {
{ "ALL_DB", "/var/cccp/data/all.db" },
{ "CONFIG_FILE", DEFAULT_CONFIG_FILE },
{ "SOVIET_REPOS", "/var/cccp/repos" },
{ "MAKE_FLAGS", "-j1" },
{ "SOVIET_FORMATS", "ecmp" },
// Add more key-value pairs with default values as needed
};
Expand Down

0 comments on commit a5393e7

Please sign in to comment.