Cuacker is a simplified version of Twitter written in C++.
It is a project from Algoritmos y Estructuros de Datos 1 on Universidad de Murcia.
You can use provided Makefile
:
make clean
- remove all previously built files, just in casemake
- build the projectmake inputs
- download test input and outputmake diff
- test program with downloaded input and outputmake tar
- create TAR archive for Mooshak platform