From 37f4a987911aba7973f3b78b8eed1b06f3a993fb Mon Sep 17 00:00:00 2001 From: ari melody Date: Thu, 22 Feb 2024 06:26:50 +0000 Subject: [PATCH] and a .gitignore for good measure --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b883f1f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.exe diff --git a/README.md b/README.md index f0ba37b..2fe4233 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,4 @@ i built this in c using `winsock2`. why? because i wanted to learn sockets! and a fun little foire into getting even more familiar with how web services work. how fun!! ### building -oh yeah you can compile this with `gcc` and a little `gcc -o ./socket.exe ./src/main.c -lws2_32`. i might make this work for mac/linux at some point if i somehow get even more bored :] +oh yeah you can compile this with `gcc` and a little `gcc -o ./meow.exe ./src/main.c -lws2_32`. i might make this work for mac/linux at some point if i somehow get even more bored :]