Makefile fixes

This commit is contained in:
François Autin
2023-04-05 15:09:10 +02:00
parent cb25b09cff
commit 7179931224
7 changed files with 6 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
#include "userlib/syscall.h"
int main() {
Shutdown();
return 0;
}