add asm versiob of helloworld. still needs correct yasm params
This commit is contained in:
parent
1c42d683c9
commit
55dab91ad9
2 changed files with 29 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -5,5 +5,8 @@ debug:clean
|
|||
$(CC) $(CFLAGS) -g -o helloworld helloworld.c
|
||||
stable:clean
|
||||
$(CC) $(CFLAGS) -o helloworld helloworld.c
|
||||
asm:clean
|
||||
yasm -f elf -o helloworld helloworld.asm
|
||||
chmod +x helloworld
|
||||
clean:
|
||||
rm -vfr *~ helloworld
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue