diff --git a/README.md b/README.md index 992bc47..4d426ca 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # gci-makefile [![Build Status](https://travis-ci.com/maxgodfrey2004/gci-makefile.svg?branch=master)](https://travis-ci.com/maxgodfrey2004/gci-makefile) +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmaxgodfrey2004%2Fgci-makefile.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fmaxgodfrey2004%2Fgci-makefile?ref=badge_shield) Contains code pertinent to the Google Code-in 2019 task "What is a makefile anyway?". ### Task Description @@ -11,3 +12,7 @@ Create a Makefile which will execute a small C++ program which would output some | ---------- | ------------------------------------------------------------------------------------- | | `make` | Builds binaries pertinent to creation of the points file | | `make run` | Invokes the Python script which in turn plots the points described in the points file | + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmaxgodfrey2004%2Fgci-makefile.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fmaxgodfrey2004%2Fgci-makefile?ref=badge_large) \ No newline at end of file