removed asm foo
This commit is contained in:
parent
8707f20d79
commit
4b5fedae66
2 changed files with 1 additions and 30 deletions
5
Makefile
5
Makefile
|
|
@ -5,8 +5,5 @@ debug:clean
|
|||
$(CC) $(CFLAGS) -g -o helloworld helloworld.c
|
||||
stable:clean
|
||||
$(CC) $(CFLAGS) -o helloworld helloworld.c
|
||||
asm:clean
|
||||
yasm -f elf -o helloasm helloworld.asm
|
||||
chmod +x helloasm
|
||||
clean:
|
||||
rm -vfr *~ helloworld helloasm
|
||||
rm -vfr *~ helloworld
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue