aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@keyfried.com>2024-11-08 15:50:09 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-11-08 15:51:07 +0100
commit1fe1adf85a8b14cab10b6c1e76fa5c3542356ea3 (patch)
treecdf7fa1255601a60370a7066ceaa2c46bd0dd673 /Makefile
parentcfcf3aae2494636b5469eaeb4e86b8c034ce3cf2 (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