summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpranomostro <pranomestro@gmail.com>2016-12-23 14:25:48 +0100
committerpranomostro <pranomestro@gmail.com>2016-12-23 14:25:48 +0100
commitfad00f61a7ef6ce05119bef5b2181004e7882747 (patch)
tree3b143d6a3a617fa69891f1dfe5ab62d7d0af127c /Makefile
parentc38aca268244d3c7004d6987a63d5756df148209 (diff)
Removed tests, updated version number.
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