- A simple sine wave representation written in C++
-
The source files are located in the
./srcdirectory -
The include files are located in the
./incdirectory -
The object files will be located in the
./objdirectory
- g++ src/.cpp ./inc/.h -o SimpleWave -lcurses
- Simply type
Makein the project root