diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..b85b5abdb44009a5834b4e1be445f89a02ab1945
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+test: test.c
+	gcc -o test test.c
diff --git a/test b/test
new file mode 100755
index 0000000000000000000000000000000000000000..4177d31ed65f51cb735e0c336260169c1112118b
Binary files /dev/null and b/test differ