# ===================================================================
# Author: Jean-Michel RICHER
# Email: jean-michel.richer@univ-angers.fr
# Institution: Univ Angers,LERIA, SFR MATHSTIC,F-49000 Angers,France
# Date: April, 2023
# ===================================================================

This project is a skeleton for CUDA projects using a Makefile, g++
the GNU C++ compiler and nvcc the NVidia CUDA compiler.

To compile, go to the terminal and type (without the initial >):

> make 

To run the project, type:

> make test

To clean the project, type:

> make clean

To make an archive of your project as a tar gzip file, type:

> make archive
