Skip to content
Snippets Groups Projects
Commit 059569a8 authored by Guillaume Chanel's avatar Guillaume Chanel
Browse files

Simplify linking of assembler file

parent 08420dfa
Branches
No related tags found
No related merge requests found
all: simple exec
simple: simple.o
gcc -Wall -s -nostdlib simple.o -o simple
ld simple.o -o simple
simple.o: simple.asm
nasm -f elf64 simple.asm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment