Lots of work on the build system

This commit is contained in:
Max Wash
2020-03-31 16:21:07 +01:00
parent 28256512c9
commit 76d1753ab5
11 changed files with 130 additions and 12 deletions

View File

@@ -1,3 +1,6 @@
#include <stdio.h>
#include <stdint.h>
int main(int argc, char **argv)
{
return 42;