aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-11-08 15:50:09 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-11-08 15:51:07 +0100
commit0ce18f9b70d907c8c50d45c4b5b279b8bd9275f1 (patch)
treecdf7fa1255601a60370a7066ceaa2c46bd0dd673 /Makefile
parent5e64be597ba0b30fcb99de33da605c93ddd30fdc (diff)
create archived.md for tasks which are done
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 57e6324..aa3eea1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
all: chatty server send
clean:
- rm -f server chatty send _id _clients
+ rm -f server chatty send tags *.log _*
chatty:
gcc -ggdb -Wall -pedantic -std=c99 -o chatty chatty.c