Add initial make infrastructure

This commit is contained in:
2021-08-30 16:49:20 +02:00
parent 9cab35b159
commit dae1ad10f9
7 changed files with 67 additions and 2 deletions

6
bench/test_main.cxx Normal file
View File

@@ -0,0 +1,6 @@
#include <iostream>
int main() {
std::cout << "Hello world" << std::endl;
return 0;
}