some fixes

This commit is contained in:
Johannes Findeisen 2018-01-10 21:19:00 +01:00
commit 8707f20d79
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
# Project based
helloworld
*.bak
*.swp
# Prerequisites
*.d

View file

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

View file

@ -1,2 +1,5 @@
# helloworld
[![Build Status](https://travis-ci.org/hanez/helloworld.svg?branch=master)](https://travis-ci.org/hanez/helloworld)
Just some C code to test automated builds on build servers