diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-15 23:34:10 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-15 23:34:10 -0400 |
commit | 76e877f125fb2a0ccbab0bed195ab10f5a1aa8a3 (patch) | |
tree | 403ca7b453bc2ce6460b181e42ec1289e34a3943 /lisc/Makefile | |
parent | 125a88df99915bb2903f7a129a77f62444914f9e (diff) | |
download | roux-76e877f125fb2a0ccbab0bed195ab10f5a1aa8a3.tar.gz |
use unison default choices
Diffstat (limited to 'lisc/Makefile')
-rw-r--r-- | lisc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/Makefile b/lisc/Makefile index 40c3d50..8386094 100644 --- a/lisc/Makefile +++ b/lisc/Makefile @@ -12,4 +12,4 @@ $(OBJ): lisc.h clean: rm -f $(BIN) $(OBJ) syndoc: - unison doc ssh://qcar@h/data/d/ssa-doc + unison -auto doc ssh://qcar@h/data/d/ssa-doc |