mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +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
|
||||
doc
|
||||
.comfile
|
||||
*.o
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user