summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.gitignore1
-rw-r--r--src/Makefile2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/.gitignore b/src/.gitignore
index cfd89d7..5c8ecc2 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -1,5 +1,4 @@
 qbe
-doc
 config.h
 .comfile
 *.o
diff --git a/src/Makefile b/src/Makefile
index 8fdf29f..9b6b7a5 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -20,7 +20,5 @@ clean:
 	rm -f $(BIN) $(OBJ)
 check:
 	make -C .. check
-syndoc:
-	unison -auto doc ssh://qcar@h/data/d/ssa-doc
 
 .PHONY: all clean check syndoc