Makefiles and folder structure for C/C++ development
- Linux only (for now?)
- This project expects both
srcandtestsfolder to contain a main file namedmain.EXTwhere EXT are any of the default C/C++ extensions- C:
.c
- C++:
.cc.cp.cxx.cpp.CPP.c++.C
- By "main file" we mean the file that actually contains a
mainfunction
- C:
- Automatically detects subfolders
- Compiler selection according to source extension
- Manjaro
See TODO.md
- For
autotest.sh: