summaryrefslogtreecommitdiff
path: root/archive/src/empty.c
diff options
context:
space:
mode:
Diffstat (limited to 'archive/src/empty.c')
-rw-r--r--archive/src/empty.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/archive/src/empty.c b/archive/src/empty.c
new file mode 100644
index 0000000..b40cc85
--- /dev/null
+++ b/archive/src/empty.c
@@ -0,0 +1,3 @@
+// For some reason on Mac we need an empty file so that 'ar' has something
+// to run.
+int add(int a, int b) { return a + b; } \ No newline at end of file