General repo cleanups

This commit is contained in:
2025-12-01 14:52:14 +01:00
parent e5068c43b0
commit e64c0efdac
6 changed files with 4 additions and 4 deletions
-2
View File
@@ -1,3 +1 @@
test
test.exe
minio minio
+1 -1
View File
@@ -5,4 +5,4 @@ else
endif endif
all: all:
cc s3.c test.c -o test -Wall -Wextra $(LFLAGS) -ggdb cc s3.c test/generate_test_url.c -o test/generate_test_url -Wall -Wextra $(LFLAGS) -ggdb
+2
View File
@@ -0,0 +1,2 @@
# S3
This is a small library for generating presigned URLs for AWS S3.
+1 -1
View File
@@ -1,5 +1,5 @@
#include <stdio.h> #include <stdio.h>
#include "s3.h" #include "../s3.h"
int main(void) int main(void)
{ {
Binary file not shown.