Cleanup build
This commit is contained in:
@ -247,5 +247,3 @@ int main(int argc, char* argv[])
|
||||
test();
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
#include "emulator/hart.c"
|
||||
|
3
emulator/lib.c
Normal file
3
emulator/lib.c
Normal file
@ -0,0 +1,3 @@
|
||||
#include "hart.c"
|
||||
#include "elf.c"
|
||||
|
@ -31,7 +31,3 @@ int main(int argc, char* argv[])
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
#include "emulator/hart.c"
|
||||
#include "emulator/elf.c"
|
||||
|
||||
|
Reference in New Issue
Block a user