diff options
author | Marvin Borner | 2020-08-01 20:55:53 +0200 |
---|---|---|
committer | Marvin Borner | 2020-08-01 20:55:53 +0200 |
commit | b7f59b28b380d55f9e7abd8e450f1f9c7f050221 (patch) | |
tree | c6b89fa0ff2bebd5ed06a4384d766990bcb42c0a /src/Makefile | |
parent | 1686173757af4e453e7a32d152ec4bd20d789652 (diff) |
Added syscalls
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index e4b11fd..d568901 100644 --- a/src/Makefile +++ b/src/Makefile @@ -14,6 +14,7 @@ COBJS = main.o \ features/gui.o \ features/load.o \ features/proc.o \ + features/syscall.o \ lib/str.o \ lib/mem.o \ lib/math.o \ |