Skip to content

DQE-Polytech-University/polytech.cs.2017.spring_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

polytech.cs.2017.spring_project

Template for Course Project

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Directory structure

The source code is organized as follows:

Subdirectory Description
src/ source files
src/tests unit tests
doc/ documentation
res/ static resources

Build

To build the project, do the following:

make

To rebuild everything from scratch, do the following:

make clean

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details