Added Jenkins badges
This commit is contained in:
commit
a925fb4508
4
Makefile
4
Makefile
@ -1,8 +1,8 @@
|
||||
cat: cat.o
|
||||
ld -o cat cat.o
|
||||
|
||||
cat.o: cat.s
|
||||
nasm -f elf64 cat.s
|
||||
cat.o: cat.nasm
|
||||
nasm -f elf64 cat.nasm
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
@ -1,5 +1,5 @@
|
||||
# cat
|
||||
[![Build Status](https://ci.zander.im/job/asm-cat/badge/icon?style=plastic&subject=Build)](https://ci.zander.im/job/asm-cat/)
|
||||
[![Build Status](https://ci.zander.im/job/asm-cat/badge/icon?style=flat&subject=Build)](https://ci.zander.im/job/asm-cat/)
|
||||
|
||||
Posix compliant cat written in NASM Assembler for practice. This program
|
||||
**ONLY** works on Linux.
|
||||
|
Loading…
Reference in New Issue
Block a user