aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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