mirror of
git://c9x.me/qbe.git
synced 2026-04-07 19:09:48 +00:00
synchronize large doc with unison
This commit is contained in:
parent
a60cff4d39
commit
125a88df99
1
lisc/.gitignore
vendored
1
lisc/.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
lisc
|
lisc
|
||||||
|
doc
|
||||||
.comfile
|
.comfile
|
||||||
*.o
|
*.o
|
||||||
|
|||||||
@ -8,6 +8,8 @@ $(BIN): $(OBJ)
|
|||||||
|
|
||||||
$(OBJ): lisc.h
|
$(OBJ): lisc.h
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean syndoc
|
||||||
clean:
|
clean:
|
||||||
rm -f $(BIN) $(OBJ)
|
rm -f $(BIN) $(OBJ)
|
||||||
|
syndoc:
|
||||||
|
unison doc ssh://qcar@h/data/d/ssa-doc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user