aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index aa3eea1..0000000
--- a/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all: chatty server send
-
-clean:
- rm -f server chatty send tags *.log _*
-
-chatty:
- gcc -ggdb -Wall -pedantic -std=c99 -o chatty chatty.c
-server:
- gcc -ggdb -Wall -pedantic -std=c99 -o server server.c
-send:
- gcc -ggdb -Wall -pedantic -std=c99 -o send send.c