removed asm foo

This commit is contained in:
Johannes Findeisen 2018-01-10 22:25:08 +01:00
commit 4b5fedae66
2 changed files with 1 additions and 30 deletions

View file

@ -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