some fixes
This commit is contained in:
parent
55dab91ad9
commit
8707f20d79
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
||||||
# Project based
|
# Project based
|
||||||
helloworld
|
helloworld
|
||||||
*.bak
|
*.bak
|
||||||
|
*.swp
|
||||||
|
|
||||||
# Prerequisites
|
# Prerequisites
|
||||||
*.d
|
*.d
|
||||||
|
|
|
||||||
6
Makefile
6
Makefile
|
|
@ -6,7 +6,7 @@ debug:clean
|
||||||
stable:clean
|
stable:clean
|
||||||
$(CC) $(CFLAGS) -o helloworld helloworld.c
|
$(CC) $(CFLAGS) -o helloworld helloworld.c
|
||||||
asm:clean
|
asm:clean
|
||||||
yasm -f elf -o helloworld helloworld.asm
|
yasm -f elf -o helloasm helloworld.asm
|
||||||
chmod +x helloworld
|
chmod +x helloasm
|
||||||
clean:
|
clean:
|
||||||
rm -vfr *~ helloworld
|
rm -vfr *~ helloworld helloasm
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,5 @@
|
||||||
# helloworld
|
# helloworld
|
||||||
|
|
||||||
|
[](https://travis-ci.org/hanez/helloworld)
|
||||||
|
|
||||||
Just some C code to test automated builds on build servers
|
Just some C code to test automated builds on build servers
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue