diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -62,3 +62,9 @@ uninstall: 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 |