unify build systems of buffyboard and unl0kr

This commit is contained in:
Vladimir Stoiakin 2024-09-25 15:56:19 +03:00
parent 20b084c0b4
commit ec21e5ead9
14 changed files with 120 additions and 147 deletions

View file

@ -126,7 +126,7 @@ void ul_cli_parse_opts(int argc, char *argv[], ul_cli_opts *opts) {
opts->verbose = true;
break;
case 'V':
fprintf(stderr, "unl0kr %s\n", UL_VERSION);
fprintf(stderr, "unl0kr %s\n", PROJECT_VERSION);
exit(0);
default:
print_usage();