summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index ffd8af2..974f84f 100644
--- a/Makefile
+++ b/Makefile
@@ -63,8 +63,4 @@ clean:
@echo cleaning
@rm -f $(BIN) $(OBJ) $(LIB) util.a
-check: all
- @echo testing
- @cd tests; sh test-chat && sh test-file && sh test-request
-
.PHONY: all binlib bin install uninstall clean check