diff options
author | pranomostro <pranomestro@gmail.com> | 2016-12-23 14:25:48 +0100 |
---|---|---|
committer | pranomostro <pranomestro@gmail.com> | 2016-12-23 14:25:48 +0100 |
commit | fad00f61a7ef6ce05119bef5b2181004e7882747 (patch) | |
tree | 3b143d6a3a617fa69891f1dfe5ab62d7d0af127c /Makefile | |
parent | c38aca268244d3c7004d6987a63d5756df148209 (diff) |
Removed tests, updated version number.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |