Get rid of gcc, adds exit()

This commit is contained in:
2025-06-25 14:58:02 +02:00
parent 36d21ca18b
commit 3e8bcdeb01
4 changed files with 15 additions and 4 deletions

View File

@ -1,5 +1,5 @@
tests: tests.o constants.o core.o console.o string.o file.o
gcc tests.o constants.o core.o console.o string.o file.o -o tests -no-pie -z noexecstack
ld tests.o constants.o core.o console.o string.o file.o -o tests -no-pie -z noexecstack
tests.o: tests.asm
nasm tests.asm -f elf64 -l tests.lst -g -F dwarf
constants.o: constants.asm