diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-26 21:55:23 +1100 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-26 21:55:23 +1100 |
commit | 43bee361397315c7105b7214316325b185135331 (patch) | |
tree | b339f728b4cd6f37b37912b62c8d0af75dc9551d /archive/src/empty.c | |
parent | 24573518c3320673eb87d6d659522d77e05cb75c (diff) |
move archive into /src
Diffstat (limited to 'archive/src/empty.c')
-rw-r--r-- | archive/src/empty.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/archive/src/empty.c b/archive/src/empty.c deleted file mode 100644 index b40cc85..0000000 --- a/archive/src/empty.c +++ /dev/null @@ -1,3 +0,0 @@ -// 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 |