some fixes
This commit is contained in:
parent
55dab91ad9
commit
8707f20d79
3 changed files with 7 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -6,7 +6,7 @@ debug:clean
|
|||
stable:clean
|
||||
$(CC) $(CFLAGS) -o helloworld helloworld.c
|
||||
asm:clean
|
||||
yasm -f elf -o helloworld helloworld.asm
|
||||
chmod +x helloworld
|
||||
yasm -f elf -o helloasm helloworld.asm
|
||||
chmod +x helloasm
|
||||
clean:
|
||||
rm -vfr *~ helloworld
|
||||
rm -vfr *~ helloworld helloasm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue