Systemsicherheit/Assignment 5 - Software Security - Teil 1/syscalling/Makefile
2024-06-08 18:09:03 +02:00

3 lines
95 B
Makefile

all:
rm -f antwort
nasm -felf32 code.asm -o antwort.o && ld -m elf_i386 antwort.o -o antwort