Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)