Systemsicherheit/Assignment 5 - Software Security - Teil 1/syscalling/Makefile

4 lines
95 B
Makefile
Raw Permalink Normal View History

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