summary refs log tree commit diff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index e1c5c4a..8fdf29f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -15,10 +15,12 @@ config.h:
 	esac > $@
 
 
-.PHONY: clean check syndoc
+all: $(BIN)
 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