First build system
First draft of a build system. This will run the hello function from our library.
This commit is contained in:
7
test_stuff/src/main.c
Normal file
7
test_stuff/src/main.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <test.h>
|
||||
|
||||
int main() {
|
||||
hello_quantum();
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user