Skip to content

Contains code pertinent to the Google Code-in 2019 task "What is a makefile anyway?".

License

Notifications You must be signed in to change notification settings

maxgodfrey2004/gci-makefile

Repository files navigation

gci-makefile Build Status

Contains code pertinent to the Google Code-in 2019 task "What is a makefile anyway?".

Task Description

Create a Makefile which will execute a small C++ program which would output some data to a text file. A python program will then read the data from this file and plot it.

Usage

Command Functionality
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

About

Contains code pertinent to the Google Code-in 2019 task "What is a makefile anyway?".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published