Get rid of gcc, adds exit()
This commit is contained in:
2
makefile
2
makefile
@ -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
|
||||
|
Reference in New Issue
Block a user