changes to the build system

This commit is contained in:
Ryzerth
2020-12-22 14:50:26 +01:00
parent e90b6656c3
commit bd545feb2c
57 changed files with 1456 additions and 275 deletions

View File

@ -1,6 +1,6 @@
#include <core.h>
#include <stdio.h>
int main() {
return sdrpp_main();
int main(int argc, char *argv[]) {
return sdrpp_main(argc, argv);
}