server transactions: channel based sync for each account
[epoint] / Makefile
index 5c5c8fa..1069500 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,8 @@ install:
        make -C pkg install
 test:
        make -C pkg test
+fmt:
+       make -C pkg fmt
 clean:
        make -C pkg clean
 nuke: