diff --git a/src/main.c b/main.c similarity index 100% rename from src/main.c rename to main.c diff --git a/makefile b/makefile new file mode 100644 index 0000000..474c7dd --- /dev/null +++ b/makefile @@ -0,0 +1,4 @@ + + +a: + clang -o out main.c