commit 125a88df99915bb2903f7a129a77f62444914f9e parent a60cff4d39926461eaa9ec777f793083b44cc690 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Tue, 15 Sep 2015 23:27:52 -0400 synchronize large doc with unison Diffstat:
| M | lisc/.gitignore | | | 1 | + |
| M | lisc/Makefile | | | 4 | +++- |
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/lisc/.gitignore b/lisc/.gitignore @@ -1,3 +1,4 @@ lisc +doc .comfile *.o diff --git a/lisc/Makefile b/lisc/Makefile @@ -8,6 +8,8 @@ $(BIN): $(OBJ) $(OBJ): lisc.h -.PHONY: clean +.PHONY: clean syndoc clean: rm -f $(BIN) $(OBJ) +syndoc: + unison doc ssh://qcar@h/data/d/ssa-doc